Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ rawByte
Method
rawByte
classpath/java/io/ObjectOutputStream.java:67–69 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
65
}
66
67
private
void
rawByte(
int
v) throws IOException {
68
out.write((byte)(v & 0xff));
69
}
70
71
private
void
rawShort(
int
v) throws IOException {
72
rawByte(v >> 8);
Callers
6
rawShort
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
write
Method · 0.65
Tested by
no test coverage detected