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