public final class Crc32 extends Object
| Constructor and Description |
|---|
Crc32()
Dummy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(byte bits)
Feed a bitstring to the crc calculation.
|
void |
append(byte bits1,
byte bits2) |
void |
append(short bits)
Feed a bitstring to the crc calculation.
|
void |
append(short bits1,
short bits2) |
void |
append24(int bits)
Feed a bitstring to the crc calculation.
|
void |
append24(int bits1,
int bits2) |
long |
checksum()
Return the calculated checksum.
|
void |
doSpecial() |
void |
finalizeCrc() |
long |
getCrc() |
void |
init() |
void |
prefinalizeCrc() |
public void init()
public void append(byte bits)
public void append(byte bits1,
byte bits2)
public void append(short bits)
public void append(short bits1,
short bits2)
public void append24(int bits)
public void append24(int bits1,
int bits2)
public void prefinalizeCrc()
public void finalizeCrc()
public long getCrc()
public void doSpecial()
public long checksum()
Copyright © 2014. All rights reserved.