de.schlichtherle.io.archive.zip
Class CheckedZip32OutputArchive
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
de.schlichtherle.util.zip.BasicZipOutputStream
de.schlichtherle.io.archive.zip.ZipOutputArchive
de.schlichtherle.io.archive.zip.CheckedZip32OutputArchive
- All Implemented Interfaces:
- OutputArchive, Closeable, Flushable
Deprecated. Use ZipOutputArchive instead.
public class CheckedZip32OutputArchive
- extends ZipOutputArchive
- Since:
- TrueZIP 6.1
- Version:
- $Id: CheckedZip32OutputArchive.java,v 1.3 2010/08/16 10:55:45 christian_schlichtherle Exp $
- Author:
- Christian Schlichtherle
| Methods inherited from class de.schlichtherle.util.zip.BasicZipOutputStream |
close, closeEntry, entries, getComment, getEncoding, getEntry, getLevel, getMethod, length, putNextEntry, putNextEntry, setComment, setLevel, setMethod, size, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckedZip32OutputArchive
public CheckedZip32OutputArchive(OutputStream out,
String charset,
Zip32InputArchive source)
throws NullPointerException,
UnsupportedEncodingException,
IOException
- Deprecated.
- Throws:
NullPointerException
UnsupportedEncodingException
IOException
Copyright © 2005-2010 Schlichtherle IT Services. All Rights Reserved.