TrueZIP 6.8.2

de.schlichtherle.io.archive.zip
Class ZipOutputArchive.Crc32OutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by de.schlichtherle.io.archive.zip.ZipOutputArchive.Crc32OutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
ZipOutputArchive

private static class ZipOutputArchive.Crc32OutputStream
extends OutputStream


Field Summary
private  CRC32 crc
           
 
Constructor Summary
private ZipOutputArchive.Crc32OutputStream()
           
 
Method Summary
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crc

private final CRC32 crc
Constructor Detail

ZipOutputArchive.Crc32OutputStream

private ZipOutputArchive.Crc32OutputStream()
Method Detail

write

public void write(int b)
Specified by:
write in class OutputStream

write

public void write(byte[] b,
                  int off,
                  int len)
Overrides:
write in class OutputStream

TrueZIP 6.8.2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.