Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ readBoolean
Method
readBoolean
classpath/java/io/ObjectInputStream.java:165–167 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
163
}
164
165
public
boolean readBoolean() throws IOException {
166
return
rawBlockDataByte() != 0;
167
}
168
169
public
byte readByte() throws IOException {
170
return
(byte)rawBlockDataByte();
Callers
1
main
Method · 0.95
Calls
1
rawBlockDataByte
Method · 0.95
Tested by
1
main
Method · 0.76