Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ write
Method
write
basex-core/src/main/java/org/basex/io/out/DataOutput.java:50–54 ·
view source on GitHub ↗
(final int b)
Source
from the content-addressed store, hash-verified
48
}
49
50
@Override
51
public
void
write(
final
int
b) throws IOException {
52
out.write(b);
53
++size;
54
}
55
56
/**
57
* Writes a boolean value.
Callers
11
writeBool
Method · 0.95
writeNum
Method · 0.95
write1
Method · 0.95
write2
Method · 0.95
write4
Method · 0.95
write5
Method · 0.95
write8
Method · 0.95
writeBytes
Method · 0.95
print
Method · 0.45
atomic
Method · 0.45
OutputSerializer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected