ConverterReader methods

The ConverterReader type exposes the following members.

Methods

  Name Description
Protected method Dispose Releases the unmanaged resources used by the ConverterReader and optionally releases the managed resources. (Overrides TextReader.Dispose(Boolean).)
Public method Peek Reads the converted character that will be returned by the next call to the Read method. (Overrides TextReader.Peek().)
Public method Read() The Read method reads the next character from the input stream. (Overrides TextReader.Read().)
Public method Read([], Int32, Int32) The Read method reads count bytes from the input stream, starting at offset, and stores them in buffer. (Overrides TextReader.Read([], Int32, Int32).)

Top

See also

Reference

ConverterReader class

Microsoft.Exchange.Data.TextConverters namespace