Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gagravarr/VorbisJava
/ getInt4BE
Method
getInt4BE
core/src/main/java/org/gagravarr/ogg/IOUtils.java:177–179 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
175
}
176
177
public
static
long getInt4BE(byte[] data) {
178
return
getInt4BE(data, 0);
179
}
180
public
static
long getInt4BE(byte[] data,
int
offset) {
181
int
i=offset;
182
int
b0 = data[i++] & 0xFF;
Callers
1
TheoraInfo
Method · 0.95
Calls
1
getIntBE
Method · 0.95
Tested by
no test coverage detected