public class CRC16 extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INITIAL_VALUE |
| Constructor and Description |
|---|
CRC16() |
| Modifier and Type | Method and Description |
|---|---|
static int |
calc(byte[] bytes) |
static int |
calc(int crc,
byte b) |
static int |
calc(int crc,
byte[] bytes) |
static int |
calc(int crc,
byte[] bytes,
int length) |
static int |
calc(int crc,
byte[] bytes,
int offset,
int length) |
static int |
calc(int crc,
int[] dwords,
int offset,
int length) |
static int |
calc(int crc,
short[] words,
int offset,
int length) |
public static final int INITIAL_VALUE
public static int calc(byte[] bytes)
public static int calc(int crc,
byte[] bytes)
public static int calc(int crc,
byte[] bytes,
int length)
public static int calc(int crc,
byte[] bytes,
int offset,
int length)
public static int calc(int crc,
short[] words,
int offset,
int length)
public static int calc(int crc,
int[] dwords,
int offset,
int length)
public static int calc(int crc,
byte b)
Copyright © 2018. All rights reserved.