EncoderStream Class
The EncoderStream class uses an object derived from ByteEncoder to encode or decode data as it is read or written.
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    System.IO.Stream
      Microsoft.Exchange.Data.Mime.Encoders.EncoderStream
Namespace:  Microsoft.Exchange.Data.Mime.Encoders
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Class EncoderStream _
    Inherits Stream
'Usage
Dim instance As EncoderStream
public class EncoderStream : Stream
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.