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.