Click or drag to resize
MimeKit

YEncoder Class

Incrementally encodes content using the yEnc encoding.
Inheritance Hierarchy
SystemObject
  MimeKit.EncodingsYEncoder

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

The YEncoder type exposes the following members.

Constructors
 NameDescription
Public methodYEncoder Initialize a new instance of the YEncoder class.
Top
Properties
 NameDescription
Public propertyChecksum Get the checksum.
Public propertyEncoding Get the encoding.
Top
Methods
 NameDescription
Public methodClone Clone the YEncoder with its current state.
Public methodEncode Encode 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 methodFlush Encode the specified input into the output buffer, flushing any internal buffer state as well.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodReset Reset the encoder.
Public methodToString
(Inherited from Object)
Top
Remarks

The yEncoding is an encoding that is most commonly used with Usenet and is a binary encoding that includes a 32-bit cyclic redundancy check.

For more information, see www.yenc.org.

See Also