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

Method readBool

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

Reads a boolean value. @return boolean value @throws IOException I/O Exception

()

Source from the content-addressed store, hash-verified

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.

Callers 6

readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
PathIndexMethod · 0.80
StatsMethod · 0.80

Calls 1

readMethod · 0.65

Tested by

no test coverage detected