JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
java.util.zip
Checksum
Contents
Description
Method Summary
Method Details
getValue()
reset()
update(int)
update(byte[], int, int)
Hide sidebar
Show sidebar
Interface Checksum
All Known Implementing Classes:
Adler32
,
CRC32
public interface
Checksum
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
getValue
()
void
reset
()
void
update
(byte[] var0, int var1, int var2)
void
update
(int var0)
Method Details
getValue
long
getValue
()
reset
void
reset
()
update
void
update
(int var0)
update
void
update
(byte[] var0, int var1, int var2)