Uses of Class
java.util.zip.DataFormatException

Packages that use 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
    int Inflater.inflate​(byte[] buf)
    Inflates bytes from the current input and stores them in buf.
    int Inflater.inflate​(byte[] buf, int offset, int byteCount)
    Inflates up to byteCount bytes from the current input and stores them in buf starting at offset.