FilterReader Public class
Description
Abstract class for reading filtered character streams. The abstract class ...
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp.impl iTextSharp.xmp.impl.FilterReader[[FilterReader]] class iTextSharp.xmp.impl.FilterReader abstractStyle; end subgraph System.IO System.IO.TextReader[[TextReader]] end System.IO.TextReader --> iTextSharp.xmp.impl.FilterReader
Members
Methods
Public methods
Details
Summary
Abstract class for reading filtered character streams. The abstract class
FilterReader
itself provides default methods that pass all requests to the contained stream. Subclasses of
FilterReader
Inheritance
-
TextReader
Constructors
FilterReader
Source code
protected FilterReader(TextReader inp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
inp |
Methods
Read [1/2]
Source code
public override int Read()
Read [2/2]
Source code
public override int Read(char[] cbuf, int off, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
cbuf |
|
|
|
off |
|
|
|
len |
Close
Source code
public override void Close()
Generated with ModularDoc