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
IOException
void writeLong(String fieldName, long value) throws IOException
IOException
void writeUTF(String fieldName, String value) throws IOException
IOException
void writeBoolean(String fieldName, boolean value) throws IOException
IOException
void writeByte(String fieldName, byte value) throws IOException
IOException
void writeChar(String fieldName, int value) throws IOException
IOException
void writeDouble(String fieldName, double value) throws IOException
IOException
void writeFloat(String fieldName, float value) throws IOException
IOException
void writeShort(String fieldName, short value) throws IOException
IOException
void writePortable(String fieldName, Portable portable) throws IOException
IOException
void writeNullPortable(String fieldName, int factoryId, int classId) throws IOException
IOException
void writeByteArray(String fieldName, byte[] bytes) throws IOException
IOException
void writeCharArray(String fieldName, char[] chars) throws IOException
IOException
void writeIntArray(String fieldName, int[] ints) throws IOException
IOException
void writeLongArray(String fieldName, long[] longs) throws IOException
IOException
void writeDoubleArray(String fieldName, double[] values) throws IOException
IOException
void writeFloatArray(String fieldName, float[] values) throws IOException
IOException
void writeShortArray(String fieldName, short[] values) throws IOException
IOException
void writePortableArray(String fieldName, Portable[] portables) throws IOException
IOException
com.hazelcast.nio.ObjectDataOutput getRawDataOutput() throws IOException
IOException
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.