Beispiel #1
0
 /// <summary>Initializes a new <see cref="EightBitEncoding"/> that truncates characters to 8 bits and encodes them with the
 /// given encoding.
 /// </summary>
 public EightBitEncoding(BinaryEncoding encoding) : this(encoding.GetEncoder(), encoding.GetDecoder())
 {
 }