Click or drag to resize
MimeKit

PassThroughDecoder Class

A pass-through decoder implementing the IMimeDecoder interface.
Inheritance Hierarchy
SystemObject
  MimeKit.EncodingsPassThroughDecoder

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

The PassThroughDecoder type exposes the following members.

Constructors
 NameDescription
Public methodPassThroughDecoder Initialize a new instance of the PassThroughDecoder class.
Top
Properties
 NameDescription
Public propertyEncoding Get the encoding.
Top
Methods
 NameDescription
Public methodClone Clone the PassThroughDecoder 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 methodEquals
(Inherited from Object)
Public methodEstimateOutputLength Estimate the length of the output.
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodReset Reset the decoder.
Public methodToString
(Inherited from Object)
Top
Remarks
Simply copies data as-is from the input buffer into the output buffer.
See Also