Returns the next ZipEntry contained in this stream or null if no more
entries are present.
java.util.zip.ZipEntry exception: java.io.IOException - If an error occurs while reading the entry
Returns the next JarEntry contained in this stream or null if no more
entries are present.
java.util.jar.JarEntry exception: java.io.IOException - If an error occurs while reading the entry
read
public int read(byte[] buffer, int offset, int length) throws IOException(Code)
Methods inherited from java.util.zip.ZipInputStream