public void writeBoolean(boolean v) throws IOException {
   content.writeBoolean(v);
 }