Build 1.0_r1

java.util.zip
Interface Checksum

All Known Implementing Classes:
Adler32, CRC32

public interface Checksum


Method Summary
 long getValue()
           
 void reset()
           
 void update(byte[] abyte0, int i, int j)
           
 void update(int i)
           
 

Method Detail

getValue

long getValue()

reset

void reset()

update

void update(int i)

update

void update(byte[] abyte0,
            int i,
            int j)

Build 1.0_r1

Please submit a feedback, bug or feature