de.schlichtherle.io.archive.zip
Class ZipOutputArchive.Crc32OutputStream
java.lang.Object
java.io.OutputStream
de.schlichtherle.io.archive.zip.ZipOutputArchive.Crc32OutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- ZipOutputArchive
private static class ZipOutputArchive.Crc32OutputStream
- extends OutputStream
|
Method Summary |
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
crc
private final CRC32 crc
ZipOutputArchive.Crc32OutputStream
private ZipOutputArchive.Crc32OutputStream()
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
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.