Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ writeBoolean
Method
writeBoolean
classpath/java/io/ObjectOutputStream.java:118–120 ·
view source on GitHub ↗
(boolean v)
Source
from the content-addressed store, hash-verified
116
}
117
118
public
void
writeBoolean(boolean v) throws IOException {
119
blockData(v ? 1 : 0);
120
}
121
122
public
void
writeByte(
int
v) throws IOException {
123
blockData(v);
Callers
1
main
Method · 0.95
Calls
1
blockData
Method · 0.95
Tested by
1
main
Method · 0.76