public class CRC8 extends Object implements Checksum, Serializable
public CRC8(int polynomial,
short init)
polynomial - Polynomial, typically one of the POLYNOMIAL_* constants.init - Initial value, typically either 0xff or zero.Copyright © 2024. All rights reserved.