Decode a yEnc-encoded string to the original string.
The yEnc-encoded string.
The decoded string.
Decode a yEnc-encoded string to the original bytes.
The yEnc-encoded string.
The decoded bytes as a Uint8Array.
Encode a string to yEnc format.
The source string to encode.
The yEnc-encoded string.
Encode an array of bytes to yEnc format.
The source bytes to encode.
The yEnc-encoded string.
Interface for the yEnc encoder/decoder API.