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 |
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
IOException
public static byte getChecksum(byte crc, PlainBufferRow row) throws IOException
IOException
Copyright © 2017. All Rights Reserved.