Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ rawShort
Method
rawShort
classpath/java/io/ObjectOutputStream.java:71–74 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
69
}
70
71
private
void
rawShort(
int
v) throws IOException {
72
rawByte(v >> 8);
73
rawByte(v);
74
}
75
76
private
void
rawInt(
int
v) throws IOException {
77
rawShort(v >> 16);
Callers
7
ObjectOutputStream
Method · 0.95
rawInt
Method · 0.95
blockData
Method · 0.95
string
Method · 0.95
classDesc
Method · 0.95
field
Method · 0.95
writeObject
Method · 0.95
Calls
1
rawByte
Method · 0.95
Tested by
no test coverage detected