public class ZipDirectory
extends java.lang.Object
| Constructor and Description |
|---|
ZipDirectory(BinaryInput in) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeEntry()
Positions stream to beginning of next entry
|
protected java.util.zip.ZipEntry |
readEntry()
Reads the next entry's metadata from the current stream position.
|
java.lang.String |
toString() |
boolean |
zip_close() |
QuercusZipEntry |
zip_read()
Closes the previous entry and returns the next entry's metadata.
|
public ZipDirectory(BinaryInput in)
public QuercusZipEntry zip_read() throws java.io.IOException
java.io.IOExceptionprotected java.util.zip.ZipEntry readEntry()
throws java.io.IOException
java.io.IOExceptionprotected void closeEntry()
throws java.io.IOException
java.io.IOExceptionpublic boolean zip_close()
public java.lang.String toString()
toString in class java.lang.Object