public byte readByte() throws IOException {
   return content.readByte();
 }