public interface EnterpriseBufferObjectDataOutput extends EnterpriseObjectDataOutput, com.hazelcast.nio.BufferObjectDataOutput
BufferObjectDataOutput implementations on enterprise.EnterpriseObjectDataOutput,
BufferObjectDataOutput| Modifier and Type | Method and Description |
|---|---|
void |
copyFromMemoryBlock(com.hazelcast.memory.MemoryBlock memoryBlock,
int offset,
int length)
Copies the input data from given
memoryBlock. |
void |
copyToMemoryBlock(com.hazelcast.memory.MemoryBlock memoryBlock,
int offset,
int length)
Copies the input data to given
memoryBlock. |
getSerializationServiceclear, position, position, setVersion, write, writeBoolean, writeByte, writeChar, writeDouble, writeDouble, writeDouble, writeFloat, writeFloat, writeFloat, writeInt, writeInt, writeInt, writeLong, writeLong, writeLong, writeShort, writeShort, writeShort, writeZeroBytesgetByteOrder, toByteArray, toByteArray, writeBooleanArray, writeByteArray, writeCharArray, writeData, writeDoubleArray, writeFloatArray, writeIntArray, writeLongArray, writeObject, writeShortArray, writeUTFArraywrite, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid copyFromMemoryBlock(com.hazelcast.memory.MemoryBlock memoryBlock,
int offset,
int length)
throws IOException
memoryBlock.memoryBlock - the MemoryBlock to copy input data to hereoffset - the offset at the given memoryBlock to copy input data to herelength - the length of the input data to be copied from given memoryBlockIOExceptionvoid 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.