public class PlainBufferCrc8 extends Object
| Constructor and Description |
|---|
PlainBufferCrc8() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 getChecksum(byte crc,
PlainBufferCell cell)
throws IOException
IOExceptionpublic static byte getChecksum(byte crc,
PlainBufferRow row)
throws IOException
IOExceptionCopyright © 2024. All Rights Reserved.