private static interface LittleEndianByteArray.LittleEndianBytes
This abstraction allows us to use single-instruction load and put when available, or fall back on the slower approach of using Longs.fromBytes(byte...).
| Modifier and Type | Method and Description |
|---|---|
long |
getLongLittleEndian(byte[] array,
int offset) |
void |
putLongLittleEndian(byte[] array,
int offset,
long value) |