com.sleepycat.je.utilint
Class Adler32.ChunkingAdler32
java.lang.Object
java.util.zip.Adler32
com.sleepycat.je.utilint.Adler32.ChunkingAdler32
- All Implemented Interfaces:
- Checksum
- Enclosing class:
- Adler32
public static class Adler32.ChunkingAdler32
- extends Adler32
Method Summary |
void |
update(byte[] b,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
adler32ChunkSize
int adler32ChunkSize
Adler32.ChunkingAdler32
public Adler32.ChunkingAdler32(int adler32ChunkSize)
update
public void update(byte[] b,
int off,
int len)
- Specified by:
update
in interface Checksum
- Overrides:
update
in class Adler32
Copyright 2004,2008 Oracle. All rights reserved.