public interface PortableWriter
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.nio.ObjectDataOutput |
getRawDataOutput() |
void |
writeBoolean(String fieldName,
boolean value) |
void |
writeByte(String fieldName,
byte value) |
void |
writeByteArray(String fieldName,
byte[] bytes) |
void |
writeChar(String fieldName,
int value) |
void |
writeCharArray(String fieldName,
char[] chars) |
void |
writeDouble(String fieldName,
double value) |
void |
writeDoubleArray(String fieldName,
double[] values) |
void |
writeFloat(String fieldName,
float value) |
void |
writeFloatArray(String fieldName,
float[] values) |
void |
writeInt(String fieldName,
int value) |
void |
writeIntArray(String fieldName,
int[] ints) |
void |
writeLong(String fieldName,
long value) |
void |
writeLongArray(String fieldName,
long[] longs) |
void |
writeNullPortable(String fieldName,
int factoryId,
int classId) |
void |
writePortable(String fieldName,
Portable portable) |
void |
writePortableArray(String fieldName,
Portable[] portables) |
void |
writeShort(String fieldName,
short value) |
void |
writeShortArray(String fieldName,
short[] values) |
void |
writeUTF(String fieldName,
String value) |
void writeInt(String fieldName, int value) throws IOException
IOExceptionvoid writeLong(String fieldName, long value) throws IOException
IOExceptionvoid writeUTF(String fieldName, String value) throws IOException
IOExceptionvoid writeBoolean(String fieldName, boolean value) throws IOException
IOExceptionvoid writeByte(String fieldName, byte value) throws IOException
IOExceptionvoid writeChar(String fieldName, int value) throws IOException
IOExceptionvoid writeDouble(String fieldName, double value) throws IOException
IOExceptionvoid writeFloat(String fieldName, float value) throws IOException
IOExceptionvoid writeShort(String fieldName, short value) throws IOException
IOExceptionvoid writePortable(String fieldName, Portable portable) throws IOException
IOExceptionvoid writeNullPortable(String fieldName, int factoryId, int classId) throws IOException
IOExceptionvoid writeByteArray(String fieldName, byte[] bytes) throws IOException
IOExceptionvoid writeCharArray(String fieldName, char[] chars) throws IOException
IOExceptionvoid writeIntArray(String fieldName, int[] ints) throws IOException
IOExceptionvoid writeLongArray(String fieldName, long[] longs) throws IOException
IOExceptionvoid writeDoubleArray(String fieldName, double[] values) throws IOException
IOExceptionvoid writeFloatArray(String fieldName, float[] values) throws IOException
IOExceptionvoid writeShortArray(String fieldName, short[] values) throws IOException
IOExceptionvoid writePortableArray(String fieldName, Portable[] portables) throws IOException
IOExceptioncom.hazelcast.nio.ObjectDataOutput getRawDataOutput()
throws IOException
IOExceptionCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.