MCPcopy Create free account
hub / github.com/BaseXdb/basex / readDouble

Method readDouble

basex-core/src/main/java/org/basex/io/in/DataInput.java:53–55  ·  view source on GitHub ↗

Reads a double value. @return byte array @throws IOException I/O Exception

()

Source from the content-addressed store, hash-verified

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.

Callers 2

PathNodeMethod · 0.80
StatsMethod · 0.80

Calls 2

toDoubleMethod · 0.95
readTokenMethod · 0.95

Tested by

no test coverage detected