public interface GridDataInput extends DataInput
| Modifier and Type | Method and Description |
|---|---|
void |
bytes(byte[] bytes,
int len) |
void |
inputStream(InputStream in) |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
boolean[] |
readBooleanArray()
Reads array of
booleans. |
byte[] |
readByteArray()
Reads array of
bytes. |
char[] |
readCharArray()
Reads array of
chars. |
double[] |
readDoubleArray()
Reads array of
doubles. |
float[] |
readFloatArray()
Reads array of
floats. |
int[] |
readIntArray()
Reads array of
ints. |
long[] |
readLongArray()
Reads array of
longs. |
short[] |
readShortArray()
Reads array of
shorts. |
void |
reset()
Resets data output.
|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesvoid bytes(byte[] bytes,
int len)
bytes - Bytes.len - Length.void inputStream(InputStream in) throws IOException
in - Underlying input stream.IOException - In case of error.void reset()
throws IOException
IOException - In case of error.int read()
throws IOException
-1 if the end of the stream is reached.IOException - In case of error.int read(byte[] b)
throws IOException
b - Buffer into which the data is read.-1 is there is no
more data because the end of the stream has been reached.IOException - In case of error.int read(byte[] b,
int off,
int len)
throws IOException
b - Buffer into which the data is read.off - Start offset.len - Maximum number of bytes to read.-1 is there is no
more data because the end of the stream has been reached.IOException - In case of error.byte[] readByteArray()
throws IOException
bytes.IOException - In case of error.short[] readShortArray()
throws IOException
shorts.IOException - In case of error.int[] readIntArray()
throws IOException
ints.IOException - In case of error.long[] readLongArray()
throws IOException
longs.IOException - In case of error.float[] readFloatArray()
throws IOException
floats.IOException - In case of error.double[] readDoubleArray()
throws IOException
doubles.IOException - In case of error.boolean[] readBooleanArray()
throws IOException
booleans.IOException - In case of error.char[] readCharArray()
throws IOException
chars.IOException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016