public abstract class Bits
extends java.lang.Object
| Constructor and Description |
|---|
Bits() |
| Modifier and Type | Method and Description |
|---|---|
static long |
crc32(byte[] value) |
static byte[] |
intToBytes(int l) |
static int |
readInt(byte b1,
byte b2,
byte b3,
byte b4) |
static long |
readLong(byte b1,
byte b2,
byte b3,
byte b4,
byte b5,
byte b6,
byte b7,
byte b8) |
static short |
readShort(byte b1,
byte b2) |
public static short readShort(byte b1,
byte b2)
public static int readInt(byte b1,
byte b2,
byte b3,
byte b4)
public static long readLong(byte b1,
byte b2,
byte b3,
byte b4,
byte b5,
byte b6,
byte b7,
byte b8)
public static byte[] intToBytes(int l)
public static long crc32(byte[] value)
Copyright © 2015 Artem Dmitriev. All Rights Reserved.