de.schlichtherle.io.archive.zip
Class JarInputArchive
java.lang.Object
de.schlichtherle.util.zip.BasicZipFile
de.schlichtherle.io.archive.zip.ZipInputArchive
de.schlichtherle.io.archive.zip.JarInputArchive
- All Implemented Interfaces:
- InputArchive
- Direct Known Subclasses:
- CheckedJarInputArchive
public class JarInputArchive
- extends ZipInputArchive
An implementation of InputArchive to read JAR archives.
- Since:
- TrueZIP 6.7
- Version:
- $Id: JarInputArchive.java,v 1.3 2010/08/16 10:55:45 christian_schlichtherle Exp $
- Author:
- Christian Schlichtherle
- See Also:
JarDriver
| Methods inherited from class de.schlichtherle.util.zip.BasicZipFile |
busy, close, createReadOnlyFile, entries, getCharset, getCheckedInputStream, getCheckedInputStream, getComment, getEntry, getInputStream, getInputStream, getInputStream, getInputStream, getInputStream, getPostambleInputStream, getPostambleLength, getPreambleInputStream, getPreambleLength, length, offsetsConsiderPreamble, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarInputArchive
public JarInputArchive(ReadOnlyFile rof,
String charset,
boolean preambled,
boolean postambled)
throws NullPointerException,
UnsupportedEncodingException,
FileNotFoundException,
ZipException,
IOException
- Throws:
NullPointerException
UnsupportedEncodingException
FileNotFoundException
ZipException
IOException
createZipEntry
protected ZipEntry createZipEntry(String entryName)
- Description copied from class:
BasicZipFile
- A factory method returning a newly created ZipEntry for the given name.
- Overrides:
createZipEntry in class ZipInputArchive
Copyright © 2005-2010 Schlichtherle IT Services. All Rights Reserved.