Reads a double value. @return byte array @throws IOException I/O Exception
()
| 51 | * @throws IOException I/O Exception |
| 52 | */ |
| 53 | public double readDouble() throws IOException { |
| 54 | return Token.toDouble(readToken()); |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Reads a distance-mapped integer array. |