ewe.util.zip
Class ZipInputStream
java.lang.Object
ewe.io.InputStream
ewe.util.zip.ZipInputStream
- All Implemented Interfaces:
- Streamable
- public class ZipInputStream
- extends InputStream
| Methods inherited from class ewe.io.InputStream |
close, getFastStream, getName, mark, markSupported, read, read, read, readSingleByteFromMultiByteRead, reset, shutdown, skip, toReadableStream, toStream |
ZipInputStream
public ZipInputStream(BasicStream in)
ZipInputStream
public ZipInputStream(InputStream in)
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