Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gagravarr/VorbisJava
/ getInt
Method
getInt
core/src/main/java/org/gagravarr/ogg/IOUtils.java:134–136 ·
view source on GitHub ↗
(int i0, int i1)
Source
from the content-addressed store, hash-verified
132
}
133
134
public
static
int
getInt(
int
i0,
int
i1) {
135
return
(i1 << 8) + (i0 << 0);
136
}
137
public
static
long getInt(
int
i0,
int
i1,
int
i2) {
138
return
(i2 << 16) + (i1 << 8) + (i0 << 0);
139
}
Callers
6
OggPage
Method · 0.95
getInt2
Method · 0.95
getInt3
Method · 0.95
getInt4
Method · 0.95
getInt5
Method · 0.95
getInt8
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected