public class PlatformBigEndianInputStreamImpl extends PlatformInputStreamImpl
| Constructor and Description |
|---|
PlatformBigEndianInputStreamImpl(PlatformMemory mem)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
readBytePositioned(int pos)
Read byte at the given position.
|
char |
readChar()
Read char value.
|
char[] |
readCharArray(int cnt)
Read char array.
|
double |
readDouble()
Read double value.
|
double[] |
readDoubleArray(int cnt)
Read double array.
|
float |
readFloat()
Read float value.
|
float[] |
readFloatArray(int cnt)
Read float array.
|
int |
readInt()
Read int value.
|
int[] |
readIntArray(int cnt)
Read int array.
|
int |
readIntPositioned(int pos)
Read integer at the given position.
|
long |
readLong()
Read long value.
|
long[] |
readLongArray(int cnt)
Read long array.
|
short |
readShort()
Read short value.
|
short[] |
readShortArray(int cnt)
Read short array.
|
short |
readShortPositioned(int pos)
Read short at the given position.
|
array, arrayCopy, capacity, hasArray, offheapPointer, position, position, rawOffheapPointer, read, readBoolean, readBooleanArray, readByte, readByteArray, remaining, synchronizepublic PlatformBigEndianInputStreamImpl(PlatformMemory mem)
mem - Memory chunk.public short readShort()
readShort in interface BinaryInputStreamreadShort in class PlatformInputStreamImplpublic short[] readShortArray(int cnt)
readShortArray in interface BinaryInputStreamreadShortArray in class PlatformInputStreamImplcnt - Expected item count.public char readChar()
readChar in interface BinaryInputStreamreadChar in class PlatformInputStreamImplpublic char[] readCharArray(int cnt)
readCharArray in interface BinaryInputStreamreadCharArray in class PlatformInputStreamImplcnt - Expected item count.public int readInt()
readInt in interface BinaryInputStreamreadInt in class PlatformInputStreamImplpublic byte readBytePositioned(int pos)
readBytePositioned in interface BinaryPositionReadablereadBytePositioned in class PlatformInputStreamImplpos - Position.public short readShortPositioned(int pos)
readShortPositioned in interface BinaryPositionReadablereadShortPositioned in class PlatformInputStreamImplpos - Position.public int readIntPositioned(int pos)
readIntPositioned in interface BinaryPositionReadablereadIntPositioned in class PlatformInputStreamImplpos - Position.public int[] readIntArray(int cnt)
readIntArray in interface BinaryInputStreamreadIntArray in class PlatformInputStreamImplcnt - Expected item count.public float readFloat()
readFloat in interface BinaryInputStreamreadFloat in class PlatformInputStreamImplpublic float[] readFloatArray(int cnt)
readFloatArray in interface BinaryInputStreamreadFloatArray in class PlatformInputStreamImplcnt - Expected item count.public long readLong()
readLong in interface BinaryInputStreamreadLong in class PlatformInputStreamImplpublic long[] readLongArray(int cnt)
readLongArray in interface BinaryInputStreamreadLongArray in class PlatformInputStreamImplcnt - Expected item count.public double readDouble()
readDouble in interface BinaryInputStreamreadDouble in class PlatformInputStreamImplpublic double[] readDoubleArray(int cnt)
readDoubleArray in interface BinaryInputStreamreadDoubleArray in class PlatformInputStreamImplcnt - Expected item count.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021