public interface BufferObjectDataOutput extends ObjectDataOutput, Closeable
Modifier and Type | Method and Description |
---|---|
void |
clear() |
byte[] |
getBuffer() |
int |
position() |
void |
position(int newPos) |
void |
write(int position,
int b) |
void |
writeBoolean(int position,
boolean v) |
void |
writeByte(int position,
int v) |
void |
writeChar(int position,
int v) |
void |
writeDouble(int position,
double v) |
void |
writeFloat(int position,
float v) |
void |
writeInt(int position,
int v) |
void |
writeLong(int position,
long v) |
void |
writeShort(int position,
int v) |
void |
writeZeroBytes(int count) |
getByteOrder, toByteArray, writeCharArray, writeDoubleArray, writeFloatArray, writeIntArray, writeLongArray, writeObject, writeShortArray
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
void write(int position, int b)
void writeInt(int position, int v) throws IOException
IOException
void writeLong(int position, long v) throws IOException
IOException
void writeBoolean(int position, boolean v) throws IOException
IOException
void writeByte(int position, int v) throws IOException
IOException
void writeZeroBytes(int count)
void writeChar(int position, int v) throws IOException
IOException
void writeDouble(int position, double v) throws IOException
IOException
void writeFloat(int position, float v) throws IOException
IOException
void writeShort(int position, int v) throws IOException
IOException
int position()
void position(int newPos)
byte[] getBuffer()
void clear()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.