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(double v,
ByteOrder byteOrder) |
void |
writeDouble(int position,
double v) |
void |
writeDouble(int position,
double v,
ByteOrder byteOrder) |
void |
writeFloat(float v,
ByteOrder byteOrder) |
void |
writeFloat(int position,
float v) |
void |
writeFloat(int position,
float v,
ByteOrder byteOrder) |
void |
writeInt(int v,
ByteOrder byteOrder) |
void |
writeInt(int position,
int v) |
void |
writeInt(int position,
int v,
ByteOrder byteOrder) |
void |
writeLong(int position,
long v) |
void |
writeLong(int position,
long v,
ByteOrder byteOrder) |
void |
writeLong(long v,
ByteOrder byteOrder) |
void |
writeShort(int v,
ByteOrder byteOrder) |
void |
writeShort(int position,
int v) |
void |
writeShort(int position,
int v,
ByteOrder byteOrder) |
void |
writeZeroBytes(int count) |
getByteOrder, toByteArray, writeBooleanArray, writeByteArray, writeCharArray, writeData, writeDoubleArray, writeFloatArray, writeIntArray, writeLongArray, writeObject, writeShortArray, writeUTFArray
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 writeInt(int v, ByteOrder byteOrder) throws IOException
IOException
void writeInt(int position, int v, ByteOrder byteOrder) throws IOException
IOException
void writeLong(int position, long v) throws IOException
IOException
void writeLong(long v, ByteOrder byteOrder) throws IOException
IOException
void writeLong(int position, long v, ByteOrder byteOrder) 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 writeDouble(double v, ByteOrder byteOrder) throws IOException
IOException
void writeDouble(int position, double v, ByteOrder byteOrder) throws IOException
IOException
void writeFloat(int position, float v) throws IOException
IOException
void writeFloat(float v, ByteOrder byteOrder) throws IOException
IOException
void writeFloat(int position, float v, ByteOrder byteOrder) throws IOException
IOException
void writeShort(int position, int v) throws IOException
IOException
void writeShort(int v, ByteOrder byteOrder) throws IOException
IOException
void writeShort(int position, int v, ByteOrder byteOrder) throws IOException
IOException
int position()
void position(int newPos)
void clear()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.