Click or drag to resize
MimeKit

IMimeDecoder Interface

An interface for incrementally decoding content.

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public interface IMimeDecoder

The IMimeDecoder type exposes the following members.

Properties
 NameDescription
Public propertyEncoding Get the encoding.
Top
Methods
 NameDescription
Public methodClone Clone the IMimeDecoder with its current state.
Public methodDecode(Byte*, Int32, Byte*) Decode the specified input into the output buffer.
Public methodDecode(Byte, Int32, Int32, Byte) Decode the specified input into the output buffer.
Public methodEstimateOutputLength Estimate the length of the output.
Public methodReset Reset the decoder.
Top
Remarks
An interface for incrementally decoding content.
See Also