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 | |
|---|---|---|
| .gif) | Clone | When overridden in a derived class, the Clone method returns a copy of this ByteEncoder object. | 
| .gif) | Convert | Overloaded. When overridden in a derived class, the Convert method encodes or decodes data. | 
| .gif) | Dispose | Overloaded. Releases the resources used by the ByteEncoder. | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) .gif) | GetDecoder | The GetDecoder method returns a ByteEncoder that decodes data encoded with the encoding specified by the name parameter. | 
| .gif) .gif) | GetEncoder | The GetEncoder method returns a ByteEncoder object that can encode data by using the encoding specified by the name parameter. | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | 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. | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | Reset | When overridden in a derived class, the Reset method resets this Reset object's internal state. | 
| .gif) | ToString | (inherited from Object ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Dispose | Overloaded. | 
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top