Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ writeByte
Method
writeByte
classpath/java/io/ObjectOutputStream.java:122–124 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
120
}
121
122
public
void
writeByte(
int
v) throws IOException {
123
blockData(v);
124
}
125
126
public
void
writeShort(
int
v) throws IOException {
127
blockData(v >> 8, v);
Callers
1
main
Method · 0.95
Calls
1
blockData
Method · 0.95
Tested by
1
main
Method · 0.76