| Package | Description |
|---|---|
| java.util.zip |
Provides classes for reading and writing the standard ZIP and GZIP
file formats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZipInputStream.mark(int readlimit) |
boolean |
ZipInputStream.markSupported() |
int |
ZipInputStream.read() |
int |
ZipInputStream.read(byte[] b) |
void |
ZipInputStream.reset() |
Copyright © 2013 API Design. All Rights Reserved.