/**
  * Write bytes into the byte stream.
  *
  * @param bytes byte[]
  */
 public void write(byte[] bytes) {
   writeUnderHandler(bytes);
 }