-
-
-
Methods in java.util.zip that throw DataFormatException
Modifier and Type |
Method |
Description |
int |
Inflater.inflate(byte[] b) |
Uncompresses bytes into specified buffer.
|
int |
Inflater.inflate(byte[] b,
int off,
int len) |
Uncompresses bytes into specified buffer.
|