com.sleepycat.je.utilint
Class Adler32.ChunkingAdler32

java.lang.Object
  extended by java.util.zip.Adler32
      extended by com.sleepycat.je.utilint.Adler32.ChunkingAdler32
All Implemented Interfaces:
java.util.zip.Checksum
Enclosing class:
Adler32

public static class Adler32.ChunkingAdler32
extends java.util.zip.Adler32


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
 

Constructor Detail

Adler32.ChunkingAdler32

public Adler32.ChunkingAdler32(int adler32ChunkSize)
Method Detail

update

public void update(byte[] b,
                   int off,
                   int len)
Specified by:
update in interface java.util.zip.Checksum
Overrides:
update in class java.util.zip.Adler32