public byte[] getBytes() {
   if (bawos != null) {
     return bawos.toByteArray();
   }
   return null;
 }