Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gagravarr/VorbisJava
/ getInt2BE
Method
getInt2BE
core/src/main/java/org/gagravarr/ogg/IOUtils.java:156–158 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
154
155
156
public
static
int
getInt2BE(byte[] data) {
157
return
getInt2BE(data, 0);
158
}
159
public
static
int
getInt2BE(byte[] data,
int
offset) {
160
int
i=offset;
161
int
b0 = data[i++] & 0xFF;
Callers
2
FlacFirstOggPacket
Method · 0.95
TheoraInfo
Method · 0.95
Calls
1
getIntBE
Method · 0.95
Tested by
no test coverage detected