public class ZipFileEntryInputStream extends java.lang.Object implements ZipConstants
CENSIG, ENDSIG, EXTSIG, LOCSIG
Constructor and Description |
---|
ZipFileEntryInputStream(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getCompressedSize() |
void |
nextEntry(java.util.zip.ZipEntry ze)
position input stream to start of ZipEntry this instance was created for
|
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
public ZipFileEntryInputStream(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public long getCompressedSize()
public void nextEntry(java.util.zip.ZipEntry ze) throws java.io.IOException
java.io.IOException
public int read(byte[] b) throws java.io.IOException
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException