Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ readInt
Method
readInt
classpath/java/io/ObjectInputStream.java:181–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
}
180
181
public
int
readInt() throws IOException {
182
return
rawBlockDataInt();
183
}
184
185
public
long readLong() throws IOException {
186
return
rawBlockDataLong();
Callers
1
main
Method · 0.95
Calls
1
rawBlockDataInt
Method · 0.95
Tested by
1
main
Method · 0.76