public class DecoderImpl extends Object implements ByteBufferDecoder
Decoder.ListProcessor<T>| Constructor and Description |
|---|
DecoderImpl() |
public void register(Object descriptor, DescribedTypeConstructor dtc)
public Boolean readBoolean()
readBoolean in interface Decoderpublic Boolean readBoolean(Boolean defaultVal)
readBoolean in interface Decoderpublic boolean readBoolean(boolean defaultVal)
readBoolean in interface Decoderpublic Integer readInteger()
readInteger in interface Decoderpublic Integer readInteger(Integer defaultVal)
readInteger in interface Decoderpublic int readInteger(int defaultVal)
readInteger in interface Decoderpublic UnsignedByte readUnsignedByte()
readUnsignedByte in interface Decoderpublic UnsignedByte readUnsignedByte(UnsignedByte defaultVal)
readUnsignedByte in interface Decoderpublic UnsignedShort readUnsignedShort()
readUnsignedShort in interface Decoderpublic UnsignedShort readUnsignedShort(UnsignedShort defaultVal)
readUnsignedShort in interface Decoderpublic UnsignedInteger readUnsignedInteger()
readUnsignedInteger in interface Decoderpublic UnsignedInteger readUnsignedInteger(UnsignedInteger defaultVal)
readUnsignedInteger in interface Decoderpublic UnsignedLong readUnsignedLong()
readUnsignedLong in interface Decoderpublic UnsignedLong readUnsignedLong(UnsignedLong defaultVal)
readUnsignedLong in interface Decoderpublic Character readCharacter()
readCharacter in interface Decoderpublic Character readCharacter(Character defaultVal)
readCharacter in interface Decoderpublic char readCharacter(char defaultVal)
readCharacter in interface Decoderpublic Double readDouble()
readDouble in interface Decoderpublic Double readDouble(Double defaultVal)
readDouble in interface Decoderpublic double readDouble(double defaultVal)
readDouble in interface Decoderpublic Decimal32 readDecimal32()
readDecimal32 in interface Decoderpublic Decimal32 readDecimal32(Decimal32 defaultValue)
readDecimal32 in interface Decoderpublic Decimal64 readDecimal64()
readDecimal64 in interface Decoderpublic Decimal64 readDecimal64(Decimal64 defaultValue)
readDecimal64 in interface Decoderpublic Decimal128 readDecimal128()
readDecimal128 in interface Decoderpublic Decimal128 readDecimal128(Decimal128 defaultValue)
readDecimal128 in interface Decoderpublic Date readTimestamp()
readTimestamp in interface Decoderpublic Date readTimestamp(Date defaultValue)
readTimestamp in interface Decoderpublic Binary readBinary()
readBinary in interface Decoderpublic Binary readBinary(Binary defaultValue)
readBinary in interface Decoderpublic Symbol readSymbol()
readSymbol in interface Decoderpublic Symbol readSymbol(Symbol defaultValue)
readSymbol in interface Decoderpublic String readString()
readString in interface Decoderpublic String readString(String defaultValue)
readString in interface Decoderpublic <T> void readList(Decoder.ListProcessor<T> processor)
public boolean[] readBooleanArray()
readBooleanArray in interface Decoderpublic byte[] readByteArray()
readByteArray in interface Decoderpublic short[] readShortArray()
readShortArray in interface Decoderpublic int[] readIntegerArray()
readIntegerArray in interface Decoderpublic long[] readLongArray()
readLongArray in interface Decoderpublic float[] readFloatArray()
readFloatArray in interface Decoderpublic double[] readDoubleArray()
readDoubleArray in interface Decoderpublic char[] readCharacterArray()
readCharacterArray in interface Decoderpublic <T> T[] readMultiple(Class<T> clazz)
readMultiple in interface Decoderpublic Object[] readMultiple()
readMultiple in interface Decoderpublic byte[] readByteMultiple()
readByteMultiple in interface Decoderpublic short[] readShortMultiple()
readShortMultiple in interface Decoderpublic int[] readIntegerMultiple()
readIntegerMultiple in interface Decoderpublic long[] readLongMultiple()
readLongMultiple in interface Decoderpublic float[] readFloatMultiple()
readFloatMultiple in interface Decoderpublic double[] readDoubleMultiple()
readDoubleMultiple in interface Decoderpublic char[] readCharacterMultiple()
readCharacterMultiple in interface Decoderpublic Object readObject()
readObject in interface Decoderpublic Object readObject(Object defaultValue)
readObject in interface Decoderpublic void setByteBuffer(ByteBuffer buffer)
setByteBuffer in interface ByteBufferDecoderpublic int getByteBufferRemaining()
getByteBufferRemaining in interface ByteBufferDecoderCopyright © 2017 The Apache Software Foundation. All rights reserved.