|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.nagios.util.CRC32
public class CRC32
CRC32 Implementation Uses lazy-initialization technique, and pre-built value table for accelerating calculations.
| Constructor Summary | |
|---|---|
CRC32()
|
|
| Method Summary | |
|---|---|
static long |
calculate(byte[] buffer)
Compute the CRC32 checksum of the provided byte array buffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CRC32()
| Method Detail |
|---|
public static long calculate(byte[] buffer)
buffer - - the buffer on which to do the computation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||