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

Method readByte

basex-core/src/main/java/org/basex/io/in/ArrayInput.java:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 @Override
29 protected int readByte() {
30 return bpos < bsize ? array[bpos++] & 0xFF : -1;
31 }
32
33 @Override
34 public byte[] content() {

Callers 5

readUTF16Method · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
guessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected