public short readShort() throws IOException {
   return content.readShort();
 }