public abstract class Pack
extends java.lang.Object
| Constructor and Description |
|---|
Pack() |
| Modifier and Type | Method and Description |
|---|---|
static int |
bigEndianToInt_High(byte[] bs,
int off,
int len) |
static int |
bigEndianToInt_Low(byte[] bs,
int off,
int len) |
static int |
bigEndianToInt(byte[] bs,
int off) |
static void |
bigEndianToInt(byte[] bs,
int off,
int[] ns) |
static void |
bigEndianToInt(byte[] bs,
int off,
int[] ns,
int nsOff,
int nsLen) |
static long |
bigEndianToLong_High(byte[] bs,
int off,
int len) |
static long |
bigEndianToLong_Low(byte[] bs,
int off,
int len) |
static long |
bigEndianToLong(byte[] bs,
int off) |
static void |
bigEndianToLong(byte[] bs,
int off,
long[] ns) |
static void |
bigEndianToLong(byte[] bs,
int bsOff,
long[] ns,
int nsOff,
int nsLen) |
static short |
bigEndianToShort(byte[] bs,
int off) |
static void |
intToBigEndian_High(int n,
byte[] bs,
int off,
int len) |
static void |
intToBigEndian_Low(int n,
byte[] bs,
int off,
int len) |
static byte[] |
intToBigEndian(int n) |
static byte[] |
intToBigEndian(int[] ns) |
static void |
intToBigEndian(int[] ns,
byte[] bs,
int off) |
static void |
intToBigEndian(int[] ns,
int nsOff,
int nsLen,
byte[] bs,
int bsOff) |
static void |
intToBigEndian(int n,
byte[] bs) |
static void |
intToBigEndian(int n,
byte[] bs,
int off) |
static void |
intToLittleEndian_High(int n,
byte[] bs,
int off,
int len) |
static void |
intToLittleEndian_Low(int n,
byte[] bs,
int off,
int len) |
static byte[] |
intToLittleEndian(int n) |
static byte[] |
intToLittleEndian(int[] ns) |
static void |
intToLittleEndian(int[] ns,
byte[] bs,
int off) |
static void |
intToLittleEndian(int[] ns,
int nsOff,
int nsLen,
byte[] bs,
int bsOff) |
static void |
intToLittleEndian(int n,
byte[] bs,
int off) |
static int |
littleEndianToInt_High(byte[] bs,
int off,
int len) |
static int |
littleEndianToInt_Low(byte[] bs,
int off,
int len) |
static int |
littleEndianToInt(byte[] bs,
int off) |
static int[] |
littleEndianToInt(byte[] bs,
int off,
int count) |
static void |
littleEndianToInt(byte[] bs,
int off,
int[] ns) |
static void |
littleEndianToInt(byte[] bs,
int bOff,
int[] ns,
int nOff,
int count) |
static int |
littleEndianToInt24(byte[] bs,
int off) |
static long |
littleEndianToLong_High(byte[] bs,
int off,
int len) |
static long |
littleEndianToLong_Low(byte[] bs,
int off,
int len) |
static long |
littleEndianToLong(byte[] bs,
int off) |
static long[] |
littleEndianToLong(byte[] bs,
int off,
int count) |
static void |
littleEndianToLong(byte[] bs,
int off,
long[] ns) |
static void |
littleEndianToLong(byte[] bs,
int bsOff,
long[] ns,
int nsOff,
int nsLen) |
static short |
littleEndianToShort(byte[] bs,
int off) |
static short[] |
littleEndianToShort(byte[] bs,
int off,
int count) |
static void |
littleEndianToShort(byte[] bs,
int bOff,
short[] ns) |
static void |
littleEndianToShort(byte[] bs,
int bOff,
short[] ns,
int nOff,
int count) |
static void |
longToBigEndian_High(long n,
byte[] bs,
int off,
int len) |
static void |
longToBigEndian_Low(long n,
byte[] bs,
int off,
int len) |
static byte[] |
longToBigEndian(long n) |
static byte[] |
longToBigEndian(long[] ns) |
static void |
longToBigEndian(long[] ns,
byte[] bs,
int off) |
static void |
longToBigEndian(long[] ns,
int nsOff,
int nsLen,
byte[] bs,
int bsOff) |
static void |
longToBigEndian(long n,
byte[] bs,
int off) |
static void |
longToLittleEndian_High(long n,
byte[] bs,
int off,
int len) |
static void |
longToLittleEndian_Low(long n,
byte[] bs,
int off,
int len) |
static byte[] |
longToLittleEndian(long n) |
static byte[] |
longToLittleEndian(long[] ns) |
static void |
longToLittleEndian(long[] ns,
byte[] bs,
int off) |
static void |
longToLittleEndian(long[] ns,
int nsOff,
int nsLen,
byte[] bs,
int bsOff) |
static void |
longToLittleEndian(long n,
byte[] bs,
int off) |
static byte[] |
shortToBigEndian(short n) |
static void |
shortToBigEndian(short n,
byte[] bs,
int off) |
static byte[] |
shortToLittleEndian(short n) |
static void |
shortToLittleEndian(short[] ns,
byte[] bs,
int bsOff) |
static void |
shortToLittleEndian(short[] ns,
int nsOff,
int nsLen,
byte[] bs,
int bsOff) |
static void |
shortToLittleEndian(short n,
byte[] bs,
int off) |
public static short bigEndianToShort(byte[] bs,
int off)
public static int bigEndianToInt(byte[] bs,
int off)
public static void bigEndianToInt(byte[] bs,
int off,
int[] ns)
public static void bigEndianToInt(byte[] bs,
int off,
int[] ns,
int nsOff,
int nsLen)
public static int bigEndianToInt_High(byte[] bs,
int off,
int len)
public static int bigEndianToInt_Low(byte[] bs,
int off,
int len)
public static byte[] intToBigEndian(int n)
public static void intToBigEndian(int n,
byte[] bs)
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 void intToBigEndian(int[] ns,
int nsOff,
int nsLen,
byte[] bs,
int bsOff)
public static void intToBigEndian_High(int n,
byte[] bs,
int off,
int len)
public static void intToBigEndian_Low(int n,
byte[] bs,
int off,
int len)
public static long bigEndianToLong(byte[] bs,
int off)
public static void bigEndianToLong(byte[] bs,
int off,
long[] ns)
public static void bigEndianToLong(byte[] bs,
int bsOff,
long[] ns,
int nsOff,
int nsLen)
public static long bigEndianToLong_High(byte[] bs,
int off,
int len)
public static long bigEndianToLong_Low(byte[] bs,
int off,
int len)
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 void longToBigEndian(long[] ns,
int nsOff,
int nsLen,
byte[] bs,
int bsOff)
public static void longToBigEndian_High(long n,
byte[] bs,
int off,
int len)
public static void longToBigEndian_Low(long n,
byte[] bs,
int off,
int len)
public static short littleEndianToShort(byte[] bs,
int off)
public static void littleEndianToShort(byte[] bs,
int bOff,
short[] ns)
public static void littleEndianToShort(byte[] bs,
int bOff,
short[] ns,
int nOff,
int count)
public static short[] littleEndianToShort(byte[] bs,
int off,
int count)
public static int littleEndianToInt24(byte[] bs,
int off)
public static int littleEndianToInt(byte[] bs,
int off)
public static int littleEndianToInt_High(byte[] bs,
int off,
int len)
public static int littleEndianToInt_Low(byte[] bs,
int off,
int len)
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 int[] littleEndianToInt(byte[] bs,
int off,
int count)
public static byte[] shortToLittleEndian(short n)
public static void shortToLittleEndian(short n,
byte[] bs,
int off)
public static void shortToLittleEndian(short[] ns,
byte[] bs,
int bsOff)
public static void shortToLittleEndian(short[] ns,
int nsOff,
int nsLen,
byte[] bs,
int bsOff)
public static byte[] shortToBigEndian(short n)
public static void shortToBigEndian(short n,
byte[] bs,
int off)
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 void intToLittleEndian(int[] ns,
int nsOff,
int nsLen,
byte[] bs,
int bsOff)
public static void intToLittleEndian_High(int n,
byte[] bs,
int off,
int len)
public static void intToLittleEndian_Low(int n,
byte[] bs,
int off,
int len)
public static long littleEndianToLong(byte[] bs,
int off)
public static void littleEndianToLong(byte[] bs,
int off,
long[] ns)
public static void littleEndianToLong(byte[] bs,
int bsOff,
long[] ns,
int nsOff,
int nsLen)
public static long[] littleEndianToLong(byte[] bs,
int off,
int count)
public static long littleEndianToLong_High(byte[] bs,
int off,
int len)
public static long littleEndianToLong_Low(byte[] bs,
int off,
int len)
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)
public static void longToLittleEndian(long[] ns,
int nsOff,
int nsLen,
byte[] bs,
int bsOff)
public static void longToLittleEndian_High(long n,
byte[] bs,
int off,
int len)
public static void longToLittleEndian_Low(long n,
byte[] bs,
int off,
int len)