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