ConverterStream methods

The ConverterStream type exposes the following members.

Methods

  Name Description
Protected method Dispose Releases the unmanaged resources used by the ConverterStream and optionally releases the managed resources. (Overrides Stream.Dispose(Boolean).)
Public method Flush The Flush method clears all buffers for this ConverterStream and causes any buffered data to be written to the destination TextWriter that it owns. (Overrides Stream.Flush().)
Public method Read The Read method reads and converts count bytes from the input stream and stores them in buffer, starting at offset. (Overrides Stream.Read([], Int32, Int32).)
Public method Seek Throws an exception when called. (Overrides Stream.Seek(Int64, SeekOrigin).)
Public method SetLength The SetLength method throws a NotSupportedException. (Overrides Stream.SetLength(Int64).)
Public method Write The Write method converts and writes count bytes from buffer, starting at offset, into the destination TextWriter that it owns. (Overrides Stream.Write([], Int32, Int32).)

Top

See also

Reference

ConverterStream class

Microsoft.Exchange.Data.TextConverters namespace