Uses of Class
java.util.zip.DataFormatException
| Package | Description |
|---|---|
| java.util.zip |
-
Uses of DataFormatException in java.util.zip
Methods in java.util.zip that throw DataFormatException Modifier and Type Method Description intInflater. inflate(byte[] buf)Inflates bytes from the current input and stores them inbuf.intInflater. inflate(byte[] buf, int offset, int byteCount)Inflates up tobyteCountbytes from the current input and stores them inbufstarting atoffset.