/// <exception cref="System.IO.IOException"></exception>
 public override void Write(int b)
 {
     wire.Output(b);
 }