ByteEncoder Members
The ByteEncoder class is a base class for the encoders and decoders in the Microsoft.Exchange.Data.Mime.Encoders namespace.
The following tables list the members exposed by the ByteEncoder type.
Protected Constructors
Name | Description | |
---|---|---|
ByteEncoder | The ByteEncoder constructor creates a new ByteEncoder object with default values. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | When overridden in a derived class, the Clone method returns a copy of this ByteEncoder object. | |
Convert | Overloaded. When overridden in a derived class, the Convert method encodes or decodes data. | |
Dispose | Overloaded. Releases the resources used by the ByteEncoder. | |
Equals | Overloaded. (inherited from Object ) | |
GetDecoder | The GetDecoder method returns a ByteEncoder that decodes data encoded with the encoding specified by the name parameter. | |
GetEncoder | The GetEncoder method returns a ByteEncoder object that can encode data by using the encoding specified by the name parameter. | |
GetHashCode | (inherited from Object ) | |
GetMaxByteCount | When overridden in a derived class, the GetMaxByteCount method returns the maximum number of bytes needed to store the result of encoding or decoding dataCount bytes of raw or encoded data, respectively. | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
Reset | When overridden in a derived class, the Reset method resets this Reset object's internal state. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top