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

See Also: FilterReader Members

Syntax

[Android.Runtime.Register("java/io/FilterReader", DoNotGenerateAcw=true)]
public abstract class FilterReader : Reader

Remarks

Wraps an existing Java.IO.Reader 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 reader. Readers that wrap another reader 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