/** {@inheritDoc} */
 @Override
 public void write(final int b) throws IOException {
   outputBuffer.writeByte(b);
 }