Inflater inflate() function in Java with examples
The inflate() function of the Inflater class is used to uncompress the input data and fill the given buffer with the uncompressed data. The function returns the number of bytes of the uncompressed data. Function Signature: public int inflate(byte[] b) public int inflate(byte[] b, int offset, int len