Share via


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

Top

Protected Methods

  Name Description
Aa565524.protmethod(en-us,EXCHG.80).gif Dispose Overloaded.  
Aa565524.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa565524.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top