|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.lib.zip.ZipDirectory
public class ZipDirectory
Reads the zip header and prepares zip entries.
Constructor Summary | |
---|---|
ZipDirectory(BinaryInput in)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ZipDirectory(BinaryInput in)
Method Detail |
---|
public QuercusZipEntry zip_read() throws java.io.IOException
java.io.IOException
protected java.util.zip.ZipEntry readEntry() throws java.io.IOException
java.io.IOException
protected void closeEntry() throws java.io.IOException
java.io.IOException
public boolean zip_close()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |