Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ writeShort
Method
writeShort
classpath/java/io/ObjectOutputStream.java:126–128 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
124
}
125
126
public
void
writeShort(
int
v) throws IOException {
127
blockData(v >> 8, v);
128
}
129
130
public
void
writeChar(
int
v) throws IOException {
131
blockData(v >> 8, v);
Callers
nothing calls this directly
Calls
1
blockData
Method · 0.95
Tested by
no test coverage detected