Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ rawShort
Method
rawShort
classpath/java/io/ObjectInputStream.java:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
private
int
rawShort() throws IOException {
79
return
(rawByte() << 8) | rawByte();
80
}
81
82
private
int
rawInt() throws IOException {
83
return
(rawShort() << 16) | rawShort();
Callers
6
ObjectInputStream
Method · 0.95
rawInt
Method · 0.95
rawString
Method · 0.95
field
Method · 0.95
readObject
Method · 0.95
classDesc
Method · 0.95
Calls
1
rawByte
Method · 0.95
Tested by
no test coverage detected