|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
com.jeffpalm.util.ZippedInputStream
public abstract class ZippedInputStream
Reads the entries from a zip stream as if it were text.
| Constructor Summary | |
|---|---|
ZippedInputStream()
|
|
| Method Summary | |
|---|---|
void |
useEntries(boolean useEntries)
Set to true if the resulting text stream is
a list of the zip entry names separated by newlines. |
| Methods inherited from class java.io.InputStream |
|---|
available, close, mark, markSupported, read, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZippedInputStream()
| Method Detail |
|---|
public void useEntries(boolean useEntries)
true if the resulting text stream is
a list of the zip entry names separated by newlines.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||