public char readChar() throws IOException {
   return content.readChar();
 }