![]() | YDecoder Class |
public class YDecoder : IMimeDecoder
The YDecoder type exposes the following members.
Name | Description | |
---|---|---|
![]() | YDecoder | Initialize a new instance of the YDecoder class. |
![]() | YDecoder(Boolean) | Initialize a new instance of the YDecoder class. |
Name | Description | |
---|---|---|
![]() | Clone | Clone the YDecoder with its current state. |
![]() | Decode(Byte*, Int32, Byte*) | Decode the specified input into the output buffer. |
![]() | Decode(Byte, Int32, Int32, Byte) | Decode the specified input into the output buffer. |
![]() | Equals | (Inherited from Object) |
![]() | EstimateOutputLength | Estimate the length of the output. |
![]() | Finalize | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | Reset | Reset the decoder. |
![]() | ToString | (Inherited from Object) |
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.