Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ rawLong
Method
rawLong
classpath/java/io/ObjectInputStream.java:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
private
long rawLong() throws IOException {
87
return
((rawInt() & 0xffffffffl) << 32) | rawInt();
88
}
89
90
private
String rawString() throws IOException {
91
int
length = rawShort();
Callers
2
field
Method · 0.95
classDesc
Method · 0.95
Calls
1
rawInt
Method · 0.95
Tested by
no test coverage detected