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, setByteIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSV, getSVInt, getUV, getUVIntprotected 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()
TypeReaderpublic int getS4()
TypeReaderpublic long getS8()
TypeReader