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:
Checksum
Enclosing class:
Adler32

public static class Adler32.ChunkingAdler32
extends Adler32


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

adler32ChunkSize

int adler32ChunkSize
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 Checksum
Overrides:
update in class Adler32


Copyright (c) 2004-2010 Oracle. All rights reserved.