public interface ByteBufferBackedDataInput extends DataInput
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
buffer() |
void |
ensure(int requested)
ensure that requested count of byte is available in data input and will try to load data if not
|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesByteBuffer buffer()
void ensure(int requested)
throws IOException
requested - Requested number of bytes.IOException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021