public abstract class Pack extends Object
Constructor and Description |
---|
Pack()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static int |
bigEndianToInt(byte[] bs,
int off)
Deprecated.
|
static void |
bigEndianToInt(byte[] bs,
int off,
int[] ns)
Deprecated.
|
static long |
bigEndianToLong(byte[] bs,
int off)
Deprecated.
|
static void |
bigEndianToLong(byte[] bs,
int off,
long[] ns)
Deprecated.
|
static byte[] |
intToBigEndian(int n)
Deprecated.
|
static byte[] |
intToBigEndian(int[] ns)
Deprecated.
|
static void |
intToBigEndian(int[] ns,
byte[] bs,
int off)
Deprecated.
|
static void |
intToBigEndian(int n,
byte[] bs,
int off)
Deprecated.
|
static byte[] |
intToLittleEndian(int n)
Deprecated.
|
static byte[] |
intToLittleEndian(int[] ns)
Deprecated.
|
static void |
intToLittleEndian(int[] ns,
byte[] bs,
int off)
Deprecated.
|
static void |
intToLittleEndian(int n,
byte[] bs,
int off)
Deprecated.
|
static int |
littleEndianToInt(byte[] bs,
int off)
Deprecated.
|
static void |
littleEndianToInt(byte[] bs,
int off,
int[] ns)
Deprecated.
|
static void |
littleEndianToInt(byte[] bs,
int bOff,
int[] ns,
int nOff,
int count)
Deprecated.
|
static long |
littleEndianToLong(byte[] bs,
int off)
Deprecated.
|
static void |
littleEndianToLong(byte[] bs,
int off,
long[] ns)
Deprecated.
|
static byte[] |
longToBigEndian(long n)
Deprecated.
|
static byte[] |
longToBigEndian(long[] ns)
Deprecated.
|
static void |
longToBigEndian(long[] ns,
byte[] bs,
int off)
Deprecated.
|
static void |
longToBigEndian(long n,
byte[] bs,
int off)
Deprecated.
|
static byte[] |
longToLittleEndian(long n)
Deprecated.
|
static byte[] |
longToLittleEndian(long[] ns)
Deprecated.
|
static void |
longToLittleEndian(long[] ns,
byte[] bs,
int off)
Deprecated.
|
static void |
longToLittleEndian(long n,
byte[] bs,
int off)
Deprecated.
|
public static int bigEndianToInt(byte[] bs, int off)
public static void bigEndianToInt(byte[] bs, int off, int[] ns)
public static byte[] intToBigEndian(int n)
public static void intToBigEndian(int n, byte[] bs, int off)
public static byte[] intToBigEndian(int[] ns)
public static void intToBigEndian(int[] ns, byte[] bs, int off)
public static long bigEndianToLong(byte[] bs, int off)
public static void bigEndianToLong(byte[] bs, int off, long[] ns)
public static byte[] longToBigEndian(long n)
public static void longToBigEndian(long n, byte[] bs, int off)
public static byte[] longToBigEndian(long[] ns)
public static void longToBigEndian(long[] ns, byte[] bs, int off)
public static int littleEndianToInt(byte[] bs, int off)
public static void littleEndianToInt(byte[] bs, int off, int[] ns)
public static void littleEndianToInt(byte[] bs, int bOff, int[] ns, int nOff, int count)
public static byte[] intToLittleEndian(int n)
public static void intToLittleEndian(int n, byte[] bs, int off)
public static byte[] intToLittleEndian(int[] ns)
public static void intToLittleEndian(int[] ns, byte[] bs, int off)
public static long littleEndianToLong(byte[] bs, int off)
public static void littleEndianToLong(byte[] bs, int off, long[] ns)
public static byte[] longToLittleEndian(long n)
public static void longToLittleEndian(long n, byte[] bs, int off)
public static byte[] longToLittleEndian(long[] ns)
public static void longToLittleEndian(long[] ns, byte[] bs, int off)