Reads a boolean value. @return boolean value @throws IOException I/O Exception
()
| 29 | * @throws IOException I/O Exception |
| 30 | */ |
| 31 | public boolean readBool() throws IOException { |
| 32 | return read() == 1; |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Reads a token, represented by its compressed length and its byte array. |