Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readUTF16
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
guess
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected