public class ByteArrayReader extends Object
| Constructor and Description |
|---|
ByteArrayReader() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getS1(byte[] data,
long byteIndex) |
static int |
getS2(byte[] data,
long byteIndex) |
static int |
getS4(byte[] data,
long byteIndex) |
static long |
getS8(byte[] data,
long byteIndex) |
static int |
getU1(byte[] data,
long byteIndex) |
static int |
getU2(byte[] data,
long byteIndex) |
static long |
getU4(byte[] data,
long byteIndex) |
static boolean |
supportsUnalignedMemoryAccess() |
public static int getS1(byte[] data,
long byteIndex)
public static int getU1(byte[] data,
long byteIndex)
public static int getS2(byte[] data,
long byteIndex)
public static int getU2(byte[] data,
long byteIndex)
public static int getS4(byte[] data,
long byteIndex)
public static long getU4(byte[] data,
long byteIndex)
public static long getS8(byte[] data,
long byteIndex)
public static boolean supportsUnalignedMemoryAccess()