@Override
 public void write(int v) throws IOException {
   channel.write(v);
 }