Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ rawLong
Method
rawLong
classpath/java/io/ObjectOutputStream.java:81–84 ·
view source on GitHub ↗
(long v)
Source
from the content-addressed store, hash-verified
79
}
80
81
private
void
rawLong(long v) throws IOException {
82
rawInt((
int
)(v >> 32));
83
rawInt((
int
)(v & 0xffffffffl));
84
}
85
86
private
void
blockData(
int
... bytes) throws IOException {
87
blockData(bytes, null, null);
Callers
2
classDesc
Method · 0.95
field
Method · 0.95
Calls
1
rawInt
Method · 0.95
Tested by
no test coverage detected