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

Method readNums

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

Reads a compressed integer array. @return integer array @throws IOException I/O Exception

()

Source from the content-addressed store, hash-verified

72 * @throws IOException I/O Exception
73 */
74 public int[] readNums() throws IOException {
75 return readNums(readNum());
76 }
77
78 /**
79 * Reads compressed integer values of the specified size.

Callers 5

NSNodeMethod · 0.80
TableDiskAccessMethod · 0.80
IdPreMapMethod · 0.80
readMethod · 0.80
readMethod · 0.80

Calls 1

readNumMethod · 0.95

Tested by

no test coverage detected