Example #1
0
 public override void WriteByte(byte value)
 {
     _binaryOutputStream.Write8(value);
 }