public interface BinaryRawReader
Modifier and Type | Method and Description |
---|---|
boolean |
readBoolean() |
boolean[] |
readBooleanArray() |
byte |
readByte() |
byte[] |
readByteArray() |
char |
readChar() |
char[] |
readCharArray() |
<T> Collection<T> |
readCollection() |
<T> Collection<T> |
readCollection(BinaryCollectionFactory<T> factory) |
Date |
readDate() |
Date[] |
readDateArray() |
BigDecimal |
readDecimal() |
BigDecimal[] |
readDecimalArray() |
double |
readDouble() |
double[] |
readDoubleArray() |
<T extends Enum<?>> |
readEnum() |
<T extends Enum<?>> |
readEnumArray() |
float |
readFloat() |
float[] |
readFloatArray() |
int |
readInt() |
int[] |
readIntArray() |
long |
readLong() |
long[] |
readLongArray() |
<K,V> Map<K,V> |
readMap() |
<K,V> Map<K,V> |
readMap(BinaryMapFactory<K,V> factory) |
<T> T |
readObject() |
Object[] |
readObjectArray() |
short |
readShort() |
short[] |
readShortArray() |
String |
readString() |
String[] |
readStringArray() |
Timestamp |
readTimestamp() |
Timestamp[] |
readTimestampArray() |
UUID |
readUuid() |
UUID[] |
readUuidArray() |
byte readByte() throws BinaryObjectException
BinaryObjectException
- In case of error.short readShort() throws BinaryObjectException
BinaryObjectException
- In case of error.int readInt() throws BinaryObjectException
BinaryObjectException
- In case of error.long readLong() throws BinaryObjectException
BinaryObjectException
- In case of error.float readFloat() throws BinaryObjectException
BinaryObjectException
- In case of error.double readDouble() throws BinaryObjectException
BinaryObjectException
- In case of error.char readChar() throws BinaryObjectException
BinaryObjectException
- In case of error.boolean readBoolean() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable BigDecimal readDecimal() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable String readString() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable UUID readUuid() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable Date readDate() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable Timestamp readTimestamp() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable <T> T readObject() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable byte[] readByteArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable short[] readShortArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable int[] readIntArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable long[] readLongArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable float[] readFloatArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable double[] readDoubleArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable char[] readCharArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable boolean[] readBooleanArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable BigDecimal[] readDecimalArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable String[] readStringArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable UUID[] readUuidArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable Date[] readDateArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable Timestamp[] readTimestampArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable Object[] readObjectArray() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable <T> Collection<T> readCollection() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable <T> Collection<T> readCollection(BinaryCollectionFactory<T> factory) throws BinaryObjectException
factory
- Collection factory.BinaryObjectException
- In case of error.@Nullable <K,V> Map<K,V> readMap() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable <K,V> Map<K,V> readMap(BinaryMapFactory<K,V> factory) throws BinaryObjectException
factory
- Map factory.BinaryObjectException
- In case of error.@Nullable <T extends Enum<?>> T readEnum() throws BinaryObjectException
BinaryObjectException
- In case of error.@Nullable <T extends Enum<?>> T[] readEnumArray() throws BinaryObjectException
BinaryObjectException
- In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0.final Release Date : December 29 2015