ewe.util.zip
Class ZipInputStream

java.lang.Object
  extended byewe.io.InputStream
      extended byewe.util.zip.ZipInputStream
All Implemented Interfaces:
Streamable

public class ZipInputStream
extends InputStream


Field Summary
 
Fields inherited from class ewe.io.InputStream
atEOF, closed, in, rs, stream
 
Constructor Summary
ZipInputStream(BasicStream in)
           
ZipInputStream(InputStream in)
           
 
Method Summary
 int available()
          Returns the number of bytes that can be read without blocking.
 void closeEntry()
           
 ZipEntry getNextEntry()
           
 
Methods inherited from class ewe.io.InputStream
close, getFastStream, getName, mark, markSupported, read, read, read, readSingleByteFromMultiByteRead, reset, shutdown, skip, toReadableStream, toStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Constructor Detail

ZipInputStream

public ZipInputStream(BasicStream in)

ZipInputStream

public ZipInputStream(InputStream in)
Method Detail

closeEntry

public void closeEntry()
                throws IOException
Throws:
IOException

available

public int available()
              throws IOException
Description copied from class: InputStream
Returns the number of bytes that can be read without blocking.

Overrides:
available in class InputStream
Returns:
0 in the default implementation of InputStream.
Throws:
IOException - if an I/O error occurs.

getNextEntry

public ZipEntry getNextEntry()
                      throws IOException
Throws:
IOException