class AlignedUnsafeArrayTypeReader extends UnsafeArrayTypeReader
byteIndex, data
Modifier | Constructor and Description |
---|---|
protected |
AlignedUnsafeArrayTypeReader(byte[] data,
long byteIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getS2()
Reads a signed 2 byte value.
|
protected static int |
getS2(byte[] data,
long byteIndex) |
int |
getS4()
Reads a signed 4 byte value.
|
protected static int |
getS4(byte[] data,
long byteIndex) |
long |
getS8()
Reads a signed 4 byte value.
|
protected static long |
getS8(byte[] data,
long byteIndex) |
create, getByteIndex, getS1, getS1, getS2, getS4, getS8, getU1, getU1, getU2, getU2, getU4, getU4, readOffset, setByteIndex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSV, getSVInt, getUV, getUVInt
protected AlignedUnsafeArrayTypeReader(byte[] data, long byteIndex)
protected static int getS2(byte[] data, long byteIndex)
protected static int getS4(byte[] data, long byteIndex)
protected static long getS8(byte[] data, long byteIndex)
public int getS2()
TypeReader
public int getS4()
TypeReader
public long getS8()
TypeReader