public interface BufferObjectDataOutput extends ObjectDataOutput, Closeable
Modifier and Type | Field and Description |
---|---|
static int |
UTF_BUFFER_SIZE |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
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, writeByteArray, writeCharArray, writeData, writeDoubleArray, writeFloatArray, writeIntArray, writeLongArray, writeObject, writeShortArray
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
static final int UTF_BUFFER_SIZE
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)
void clear()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.