public interface GridDataOutput extends DataOutput
| Modifier and Type | Method and Description |
|---|---|
byte[] |
array() |
byte[] |
internalArray() |
int |
offset() |
void |
offset(int off) |
void |
outputStream(OutputStream out) |
void |
reset()
Resets data output.
|
void |
writeBooleanArray(boolean[] arr)
Writes array of
booleans. |
void |
writeByteArray(byte[] arr)
Writes array of
bytes. |
void |
writeCharArray(char[] arr)
Writes array of
chars. |
void |
writeDoubleArray(double[] arr)
Writes array of
doubles. |
void |
writeFloatArray(float[] arr)
Writes array of
floats. |
void |
writeIntArray(int[] arr)
Writes array of
ints. |
void |
writeLongArray(long[] arr)
Writes array of
longs. |
void |
writeShortArray(short[] arr)
Writes array of
shorts. |
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid outputStream(OutputStream out)
out - Underlying stream.byte[] array()
byte[] internalArray()
int offset()
void offset(int off)
off - Offset.void reset()
void writeByteArray(byte[] arr)
throws IOException
bytes.arr - Array.IOException - In case of error.void writeShortArray(short[] arr)
throws IOException
shorts.arr - Array.IOException - In case of error.void writeIntArray(int[] arr)
throws IOException
ints.arr - Array.IOException - In case of error.void writeLongArray(long[] arr)
throws IOException
longs.arr - Array.IOException - In case of error.void writeFloatArray(float[] arr)
throws IOException
floats.arr - Array.IOException - In case of error.void writeDoubleArray(double[] arr)
throws IOException
doubles.arr - Array.IOException - In case of error.void writeBooleanArray(boolean[] arr)
throws IOException
booleans.arr - Array.IOException - In case of error.void writeCharArray(char[] arr)
throws IOException
chars.arr - Array.IOException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016