public class Bytes
extends java.lang.Object
| Constructor and Description |
|---|
Bytes() |
| Modifier and Type | Method and Description |
|---|---|
static int |
makeIntB(byte b0,
byte b1,
byte b2,
byte b3) |
static int |
makeIntL(byte b0,
byte b1,
byte b2,
byte b3) |
static long |
makeLongB(byte b0,
byte b1,
byte b2,
byte b3,
byte b4,
byte b5,
byte b6,
byte b7) |
static long |
makeLongL(byte b0,
byte b1,
byte b2,
byte b3,
byte b4,
byte b5,
byte b6,
byte b7) |
static short |
makeShortB(byte b0,
byte b1) |
static short |
makeShortL(byte b0,
byte b1) |
static int |
reverse(int n) |
static long |
reverse(long n) |
static short |
reverse(short n) |
public static short reverse(short n)
public static int reverse(int n)
public static long reverse(long n)
public static short makeShortB(byte b0,
byte b1)
public static int makeIntB(byte b0,
byte b1,
byte b2,
byte b3)
public static long makeLongB(byte b0,
byte b1,
byte b2,
byte b3,
byte b4,
byte b5,
byte b6,
byte b7)
public static short makeShortL(byte b0,
byte b1)
public static int makeIntL(byte b0,
byte b1,
byte b2,
byte b3)
public static long makeLongL(byte b0,
byte b1,
byte b2,
byte b3,
byte b4,
byte b5,
byte b6,
byte b7)