jonelo.jacksum.algorithm

Class FCS32


public class FCS32
extends AbstractChecksum

A class that can be used to compute the CRC-32 (FCS-32) of a data stream (alternate). This is a 100% Java implementation.

Field Summary

protected int[]
crctab

Constructor Summary

FCS32()

Method Summary

byte[]
getByteArray()
long
getValue()
void
reset()
void
update(byte b)
void
update(int b)

Field Details

crctab

protected final int[] crctab

Constructor Details

FCS32

public FCS32()

Method Details

getByteArray

public byte[] getByteArray()

getValue

public long getValue()

reset

public void reset()

update

public void update(byte b)

update

public void update(int b)