public interface IDataInputDecoder
| Modifier and Type | Method and Description |
|---|---|
<T> T |
decode(Class<T> type,
DataInput input)
Decodes data input to the object of given type
|
<T> T[] |
decode(Class<T> type,
int arrayLength,
DataInput input) |
Copyright © 2016. All rights reserved.