jonelo.jacksum.algorithm

Class Adler32alt


public class Adler32alt
extends AbstractChecksum

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

Constructor Summary

Adler32alt()

Method Summary

byte[]
getByteArray()
void
reset()
void
update(byte b)
void
update(byte[] buffer, int offset, int len)
void
update(int b)

Constructor Details

Adler32alt

public Adler32alt()

Method Details

getByteArray

public byte[] getByteArray()

reset

public void reset()

update

public void update(byte b)

update

public void update(byte[] buffer,
                   int offset,
                   int len)

update

public void update(int b)