Java.IO.FilterInputStream Class
Wraps an existing Java.IO.InputStream and performs some transformation on the input data while it is being read.

See Also: FilterInputStream Members

Syntax

[Android.Runtime.Register("java/io/FilterInputStream", DoNotGenerateAcw=true)]
public class FilterInputStream : InputStream

Remarks

Wraps an existing Java.IO.InputStream and performs some transformation on the input data while it is being read. Transformations can be anything from a simple byte-wise filtering input data to an on-the-fly compression or decompression of the underlying stream. Input streams that wrap another input stream and provide some additional functionality on top of it usually inherit from this class.

See Also

[Android Documentation]

Requirements

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