Share via


QPDecoder Members

Include Protected Members
Include Inherited Members

The QPDecoder class decodes QuotedPrintable data.

The QPDecoder type exposes the following members.

Constructors

  Name Description
Public method QPDecoder The QPDecoder constructor creates a new QPDecoder object that has default values.

Top

Methods

  Name Description
Public method Clone The Clone method returns a copy of this QPDecoder object. (Overrides ByteEncoder.Clone().)
Public method Convert(Stream, Stream) When overridden in a derived class, the Convert method encodes or decodes sourceStream and writes it to destinationStream. (Inherited from ByteEncoder.)
Public method Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean) The Convert method decodes QuotedPrintable data. (Overrides ByteEncoder.Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean).)
Public method Dispose() Releases the resources used by the ByteEncoder. (Inherited from ByteEncoder.)
Protected method Dispose(Boolean) The Dispose method releases the unmanaged resources that are used by the QPDecoder and optionally releases the managed resources. (Overrides ByteEncoder.Dispose(Boolean).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetMaxByteCount The GetMaxByteCount method returns the maximum number of bytes that are needed to store dataCount bytes of data after it has been decoded. (Overrides ByteEncoder.GetMaxByteCount(Int32).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Reset The Reset method resets the internal state of this QPDecoder object. (Overrides ByteEncoder.Reset().)
Public method ToString (Inherited from Object.)

Top