Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gagravarr/VorbisJava
/ getInt3BE
Method
getInt3BE
core/src/main/java/org/gagravarr/ogg/IOUtils.java:166–168 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
164
}
165
166
public
static
long getInt3BE(byte[] data) {
167
return
getInt3BE(data, 0);
168
}
169
public
static
long getInt3BE(byte[] data,
int
offset) {
170
int
i=offset;
171
int
b0 = data[i++] & 0xFF;
Callers
2
create
Method · 0.95
TheoraInfo
Method · 0.95
Calls
1
getIntBE
Method · 0.95
Tested by
no test coverage detected