Java.Util.Zip.InflaterInputStream Class
This class provides an implementation of FilterInputStream that decompresses data that was compressed using the DEFLATE algorithm (see ).

See Also: InflaterInputStream Members

Syntax

[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.

See Also

[Android Documentation]

Requirements

Namespace: Java.Util.Zip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1