| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
AbstractChecksumjonelo.jacksum.algorithm.Crc8public class Crc8extends AbstractChecksumConstructor Summary | |
| |
Method Summary | |
byte[] | |
long |
|
void |
|
void |
|
void |
|
public byte[] getByteArray()
public long getValue()
public void reset()
public void update(byte data)
Update the CRC value with a byte data.
- Parameters:
data- The byte data
public void update(int b)