|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
de.vxart.io.ZipEntryInputStream
public class ZipEntryInputStream
Extracts the data from a ZIP file block.
Constructor Summary | |
---|---|
ZipEntryInputStream(java.io.DataInputStream in)
Creates am InputStream that will read the uncompressed data of a ZIP entry. |
Method Summary |
---|
Methods inherited from class java.io.FilterInputStream |
---|
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZipEntryInputStream(java.io.DataInputStream in) throws java.io.IOException
in
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |