Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ writeChar
Method
writeChar
classpath/java/io/ObjectOutputStream.java:130–132 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
128
}
129
130
public
void
writeChar(
int
v) throws IOException {
131
blockData(v >> 8, v);
132
}
133
134
public
void
writeInt(
int
v) throws IOException {
135
blockData(v >> 24, v >> 16, v >> 8, v);
Callers
1
main
Method · 0.95
Calls
1
blockData
Method · 0.95
Tested by
1
main
Method · 0.76