com.hazelcast.nio
Interface BufferObjectDataOutput
- All Superinterfaces:
- Closeable, DataOutput, ObjectDataOutput
public interface BufferObjectDataOutput
- extends ObjectDataOutput, Closeable
Methods inherited from interface com.hazelcast.nio.ObjectDataOutput |
getByteOrder, toByteArray, writeByteArray, writeCharArray, writeData, writeDoubleArray, writeFloatArray, writeIntArray, writeLongArray, writeObject, writeShortArray |
Methods inherited from interface java.io.DataOutput |
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
UTF_BUFFER_SIZE
static final int UTF_BUFFER_SIZE
- See Also:
- Constant Field Values
write
void write(int position,
int b)
writeInt
void writeInt(int position,
int v)
throws IOException
- Throws:
IOException
writeLong
void writeLong(int position,
long v)
throws IOException
- Throws:
IOException
writeBoolean
void writeBoolean(int position,
boolean v)
throws IOException
- Throws:
IOException
writeByte
void writeByte(int position,
int v)
throws IOException
- Throws:
IOException
writeZeroBytes
void writeZeroBytes(int count)
writeChar
void writeChar(int position,
int v)
throws IOException
- Throws:
IOException
writeDouble
void writeDouble(int position,
double v)
throws IOException
- Throws:
IOException
writeFloat
void writeFloat(int position,
float v)
throws IOException
- Throws:
IOException
writeShort
void writeShort(int position,
int v)
throws IOException
- Throws:
IOException
position
int position()
position
void position(int newPos)
clear
void clear()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.