com.jeffpalm.util
Class ZippedInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.jeffpalm.util.ZippedInputStream
All Implemented Interfaces:
java.io.Closeable

public abstract class ZippedInputStream
extends java.io.InputStream

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

ZippedInputStream

public ZippedInputStream()
Method Detail

useEntries

public void useEntries(boolean useEntries)
Set to true if the resulting text stream is a list of the zip entry names separated by newlines.