Module java.base
Package java.util.zip

Class DeflaterInputStream

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] buf
      Input buffer for reading compressed data.
      protected Deflater def
      Compressor for this stream.