public class DSRConvert
extends java.lang.Object
Constructor and Description |
---|
DSRConvert() |
Modifier and Type | Method and Description |
---|---|
static long |
eightByte2Long(byte[] b,
int offset) |
static int |
fourByte2Int(byte[] b,
int offset) |
static void |
int2FourByte(int n,
byte[] b,
int offset) |
static void |
int2OneByte(int n,
byte[] b,
int offset) |
static void |
int2TwoByte(int n,
byte[] b,
int offset) |
static void |
long2EightByte(long n,
byte[] b,
int offset) |
static int |
oneByte2Int(byte[] b,
int offset) |
static int |
twoByte2Int(byte[] b,
int offset) |
public static void int2OneByte(int n, byte[] b, int offset)
public static void int2TwoByte(int n, byte[] b, int offset)
public static void int2FourByte(int n, byte[] b, int offset)
public static void long2EightByte(long n, byte[] b, int offset)
public static int oneByte2Int(byte[] b, int offset)
public static int twoByte2Int(byte[] b, int offset)
public static int fourByte2Int(byte[] b, int offset)
public static long eightByte2Long(byte[] b, int offset)