InflaterInputStream class is used to uncompress file in the deflate compression format - Core Java

Q.  Which class is used to uncompress the file in the deflate compression format, It provides facility to the other uncompression filters?
- Published on 22 Jul 15

a. DeflaterOutputStream class
b. InflaterInputStream class
c. Both A & B
d. None of the above

ANSWER: InflaterInputStream class
 

    Discussion

  • Prajakta Pandit   -Posted on 14 Dec 15

    - InflaterInputStream class is used to uncompress the file in the deflate compression format. It provides facility to the other uncompression filters.

    - This class implements a stream filter for uncompressing data in the "deflate" compression format. It is also used as the basis for other decompression filters, such as GZIPInputStream.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)