public class ByteUtil extends Object
| Constructor and Description |
|---|
ByteUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getInt16(byte[] buffer,
int offset,
boolean bigEndian) |
static int |
getInt32(byte[] buffer,
int offset,
boolean bigEndian) |
static long |
getLong64(byte[] buffer,
int offset,
boolean bigEndian) |
Copyright © 2010 - 2020 Adobe. All Rights Reserved