Interface PlatformInputStream
-
- All Superinterfaces:
BinaryInputStream,BinaryPositionReadable,BinaryStream
- All Known Implementing Classes:
PlatformBigEndianInputStreamImpl,PlatformInputStreamImpl
public interface PlatformInputStream extends BinaryInputStream
Interop output stream,
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsynchronize()Synchronize input.-
Methods inherited from interface org.apache.ignite.internal.binary.streams.BinaryInputStream
read, readBoolean, readBooleanArray, readByte, readByteArray, readChar, readCharArray, readDouble, readDoubleArray, readFloat, readFloatArray, readInt, readIntArray, readLong, readLongArray, readShort, readShortArray, remaining
-
Methods inherited from interface org.apache.ignite.internal.binary.BinaryPositionReadable
readBytePositioned, readIntPositioned, readShortPositioned
-
Methods inherited from interface org.apache.ignite.internal.binary.streams.BinaryStream
array, arrayCopy, capacity, hasArray, offheapPointer, position, position, rawOffheapPointer
-
-