The MappingCharFilter type exposes the following members.

Constructors

  NameDescription
Public methodMappingCharFilter(NormalizeCharMap, CharStream)
Initializes a new instance of the MappingCharFilter class
Public methodMappingCharFilter(NormalizeCharMap, TextReader)
Initializes a new instance of the MappingCharFilter class

Methods

  NameDescription
Protected methodAddOffCorrectMap (Inherited from BaseCharFilter.)
Public methodClose (Inherited from CharFilter.)
Public methodCorrect (Inherited from BaseCharFilter.)
Public methodCorrectOffset
Chains the corrected offset through the input CharFilter.
(Inherited from CharFilter.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDiscardBufferedData
Allows a StreamReader object to discard its current data.
(Inherited from StreamReader.)
Public methodDispose()()()()
Releases all resources used by the TextReader object.
(Inherited from TextReader.)
Protected methodDispose(Boolean)
Closes the underlying stream, releases the unmanaged resources used by the StreamReader, and optionally releases the managed resources.
(Inherited from StreamReader.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetLastCumulativeDiff (Inherited from BaseCharFilter.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodMark (Inherited from CharFilter.)
Public methodMarkSupported (Inherited from CharFilter.)
Protected methodMemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodPeek
Returns the next available character but does not consume it.
(Inherited from StreamReader.)
Public methodRead()()()() (Overrides StreamReader..::..Read()()()().)
Public methodRead(array<Char>[]()[][], Int32, Int32) (Overrides CharFilter..::..Read(array<Char>[]()[][], Int32, Int32).)
Public methodReadBlock
Reads a maximum of count characters from the current stream, and writes the data to buffer, beginning at index.
(Inherited from TextReader.)
Public methodReadLine
Reads a line of characters from the current stream and returns the data as a string.
(Inherited from StreamReader.)
Public methodReadToEnd
Reads the stream from the current position to the end of the stream.
(Inherited from StreamReader.)
Public methodReset (Inherited from CharFilter.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldinput (Inherited from CharFilter.)

Properties

  NameDescription
Public propertyBaseStream
Returns the underlying stream.
(Inherited from StreamReader.)
Public propertyCurrentEncoding
Gets the current character encoding that the current StreamReader object is using.
(Inherited from StreamReader.)
Public propertyEndOfStream
Gets a value that indicates whether the current stream position is at the end of the stream.
(Inherited from StreamReader.)

See Also