public class PlainBufferCrc8 extends Object
| 构造器和说明 |
|---|
PlainBufferCrc8() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte |
crc8(byte crc,
byte in) |
static byte |
crc8(byte crc,
byte[] in) |
static byte |
crc8(byte crc,
int in) |
static byte |
crc8(byte crc,
long in) |
static byte |
crc8Fast(byte crc,
byte[] in) |
static byte |
crc8Slow(byte crc,
byte[] in) |
static byte |
getChecksum(byte crc,
PlainBufferCell cell) |
static byte |
getChecksum(byte crc,
PlainBufferRow row) |
public static byte crc8(byte crc,
byte in)
public static byte crc8(byte crc,
int in)
public static byte crc8(byte crc,
long in)
public static byte crc8(byte crc,
byte[] in)
public static byte crc8Slow(byte crc,
byte[] in)
public static byte crc8Fast(byte crc,
byte[] in)
public static byte getChecksum(byte crc,
PlainBufferCell cell)
throws IOException
IOExceptionpublic static byte getChecksum(byte crc,
PlainBufferRow row)
throws IOException
IOExceptionCopyright © 2025. All Rights Reserved.