Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The QPEncoder class applies QuotedPrintable encoding.
The QPEncoder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
QPEncoder() | The QPEncoder constructor creates a new QPEncoder that has default values. |
![]() |
QPEncoder(Boolean) | The QPEncoder constructor creates a new QPEncoder object. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
EbcdicDictionary | The EbcdicDictionary property returns a Boolean value that indicates whether EBCDIC extensions are being used. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | The Clone method returns a copy of this QPEncoder object. (Overrides ByteEncoder.Clone().) |
![]() |
Convert(Stream, Stream) | When overridden in a derived class, the Convert method encodes or decodes sourceStream and writes it to destinationStream. (Inherited from ByteEncoder.) |
![]() |
Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean) | The Convert method applies QuotedPrintable encoding. (Overrides ByteEncoder.Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean).) |
![]() |
Dispose() | Releases the resources used by the ByteEncoder. (Inherited from ByteEncoder.) |
![]() |
Dispose(Boolean) | The Dispose method releases the unmanaged resources that are used by the QPEncoder and optionally releases the managed resources. (Overrides ByteEncoder.Dispose(Boolean).) |
![]() |
GetMaxByteCount | The GetMaxByteCount method returns the maximum number of bytes that are needed to store dataCount bytes of data after it has been encoded. (Overrides ByteEncoder.GetMaxByteCount(Int32).) |
![]() |
Reset | The Reset method resets the internal state of this QPEncoder object. (Overrides ByteEncoder.Reset().) |
Top
.gif)
.gif)
.gif)