public class BinaryDataDecoder extends Object implements IDataInputDecoder
| Constructor and Description |
|---|
BinaryDataDecoder() |
| 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) |
public <T> T decode(Class<T> type, DataInput input)
IDataInputDecoderdecode in interface IDataInputDecodertype - type to decodeinput - input to decode frompublic <T> T[] decode(Class<T> type, int arrayLength, DataInput input)
decode in interface IDataInputDecoderCopyright © 2016. All rights reserved.