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

Method read

basex-core/src/main/java/org/basex/io/random/DataAccess.java:391–394  ·  view source on GitHub ↗

Reads the next byte. @return next byte

()

Source from the content-addressed store, hash-verified

389 * @return next byte
390 */
391 private int read() {
392 final Buffer buffer = buffer();
393 return buffer.data[off++] & 0xFF;
394 }
395
396 /**
397 * Writes the next byte.

Callers 5

read1Method · 0.95
read4Method · 0.95
read5Method · 0.95
readNumMethod · 0.95
freeMethod · 0.95

Calls 1

bufferMethod · 0.95

Tested by

no test coverage detected