public interface BinaryRawReader
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 Time readTime() 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 Time[] readTimeArray() 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. 2.6.0 Release Date : July 10 2018