Writes a sequence of bits (Most significant bits first).
Encodes alphanumeric strings from the ISO 8859-1 character set (by default). If that fails,...
ByteEncoder(BitWriter Output)
Encodes alphanumeric strings from the ISO 8859-1 character set (by default). If that fails,...
static bool CanEncode(string _)
Checks if a text string can be encoded using the alphanumeric encoding.
byte[] GetBytes(string Text)
Gets the byte representation of a string.
Interface for text encoders.