Constructors
Name | Description |
---|---|
ZipInputStream(InputStream) | Creates a new ZIP input stream. |
Methods
Name | Description |
---|---|
close() | Closes the ZIP input stream. |
closeEntry() | Closes the current ZIP entry and positions the stream for reading the next entry. |
getNextEntry() | Reads the next ZIP file entry and positions stream at the beginning of the entry data. |
read(byte[], int, int) | Reads from the current ZIP entry into an array of bytes. |
skip(long) | Skips specified number of bytes in the current ZIP entry. |