[Android.Runtime.Register("java/util/zip/InflaterInputStream", DoNotGenerateAcw=true)] public class InflaterInputStream : Java.IO.FilterInputStream
Remarks
This class provides an implementation of FilterInputStream that
decompresses data that was compressed using the DEFLATE algorithm
(see ).
Basically it wraps the Inflater class and takes care of the
buffering.