枚举的使用
org.coodex.util.CRC.Algorithm
使用CRC.Algorithm的程序包
-
org.coodex.util中CRC.Algorithm的使用
返回CRC.Algorithm的org.coodex.util中的方法修饰符和类型方法说明static CRC.Algorithm返回带有指定名称的该类型的枚举常量。static CRC.Algorithm[]CRC.Algorithm.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。参数类型为CRC.Algorithm的org.coodex.util中的方法修饰符和类型方法说明ByteArrayBuilder.append(CRC.Algorithm algorithm) 已过时。ByteArrayBuilder.append(CRC.Algorithm algorithm, int off, int len) 已过时。ByteArrayBuilder.append(CRC.Algorithm algorithm, int off, int len, Endianness endianness) 已过时。ByteArrayBuilder.append(CRC.Algorithm algorithm, Endianness endianness) 已过时。AbstractBytesBuilder.appendCRC(CRC.Algorithm algorithm) AbstractBytesBuilder.appendCRC(CRC.Algorithm algorithm, int off, int len) AbstractBytesBuilder.appendCRC(CRC.Algorithm algorithm, int off, int len, Endianness endianness) AbstractBytesBuilder.appendCRC(CRC.Algorithm algorithm, Endianness endianness) static longCRC.calculateCRC(CRC.Algorithm algorithm, byte[] data) static longCRC.calculateCRC(CRC.Algorithm algorithm, byte[] data, int offset, int length) 参数类型为CRC.Algorithm的org.coodex.util中的构造器限定符构造器说明CRC(CRC.Algorithm algorithm) Constructs a new CRC processor for table based CRC calculations.