Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
read1
Method · 0.95
read4
Method · 0.95
read5
Method · 0.95
readNum
Method · 0.95
free
Method · 0.95
Calls
1
buffer
Method · 0.95
Tested by
no test coverage detected