Uses of Class
java.util.zip.DataFormatException
Packages that use DataFormatException
Package
Description
Provides classes for reading and writing the standard ZIP and GZIP file
 formats.
- 
Uses of DataFormatException in java.util.zipMethods in java.util.zip that throw DataFormatExceptionModifier and TypeMethodDescriptionintInflater.inflate(byte[] output)Uncompresses bytes into specified buffer.intInflater.inflate(byte[] output, int off, int len)Uncompresses bytes into specified buffer.intInflater.inflate(ByteBuffer output)Uncompresses bytes into specified buffer.