public interface EnterpriseBufferObjectDataInput extends EnterpriseObjectDataInput, com.hazelcast.nio.BufferObjectDataInput
BufferObjectDataInput implementations on enterprise.EnterpriseObjectDataInput,
BufferObjectDataInput| Modifier and Type | Method and Description |
|---|---|
void |
copyToMemoryBlock(com.hazelcast.memory.MemoryBlock memoryBlock,
int offset,
int length)
Copies the input data to given
memoryBlock. |
getSerializationService, readData, tryReadDataclear, init, position, position, read, readBoolean, readByte, readChar, readDouble, readDouble, readDouble, readFloat, readFloat, readFloat, readInt, readInt, readInt, readLong, readLong, readLong, readShort, readShort, readShort, reset, setVersiongetByteOrder, getClassLoader, readBooleanArray, readByteArray, readCharArray, readData, readDataAsObject, readDoubleArray, readFloatArray, readIntArray, readLongArray, readObject, readObject, readShortArray, readUTFArrayreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesvoid copyToMemoryBlock(com.hazelcast.memory.MemoryBlock memoryBlock,
int offset,
int length)
throws IOException
memoryBlock.memoryBlock - the MemoryBlock to copy input data to thereoffset - the offset at the given memoryBlock> to copy input data to therelength - the length of the input data to be copied to given memoryBlockIOExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.