public class BufferHelper extends Object
Modifier and Type | Field and Description |
---|---|
static char[] |
HEX_CHARS_LOOKUP |
Constructor and Description |
---|
BufferHelper() |
Modifier and Type | Method and Description |
---|---|
static int |
getIntBE(byte[] buf,
int start,
int limit) |
static int |
getIntLE(byte[] buf,
int start) |
static int |
getIntLE(byte[] buf,
int start,
int limit) |
static String |
getString(byte[] buf,
int int2,
int int3) |
static String |
toHex(byte b) |
public static String getString(byte[] buf, int int2, int int3)
public static int getIntLE(byte[] buf, int start)
public static int getIntLE(byte[] buf, int start, int limit)
public static int getIntBE(byte[] buf, int start, int limit)
public static String toHex(byte b)