public void writeLong(long v) throws IOException {
   content.writeLong(v);
 }