|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.zip.Adler32
com.sleepycat.je.utilint.Adler32.ChunkingAdler32
public static class Adler32.ChunkingAdler32
Field Summary | |
---|---|
(package private) int |
adler32ChunkSize
|
Constructor Summary | |
---|---|
Adler32.ChunkingAdler32(int adler32ChunkSize)
|
Method Summary | |
---|---|
void |
update(byte[] b,
int off,
int len)
|
Methods inherited from class java.util.zip.Adler32 |
---|
getValue, reset, update, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int adler32ChunkSize
Constructor Detail |
---|
public Adler32.ChunkingAdler32(int adler32ChunkSize)
Method Detail |
---|
public void update(byte[] b, int off, int len)
update
in interface java.util.zip.Checksum
update
in class java.util.zip.Adler32
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |