Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gagravarr/VorbisJava
/ getInt4
Method
getInt4
core/src/main/java/org/gagravarr/ogg/IOUtils.java:93–95 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
91
}
92
93
public
static
long getInt4(byte[] data) {
94
return
getInt4(data, 0);
95
}
96
public
static
long getInt4(byte[] data,
int
offset) {
97
int
i=offset;
98
int
b0 = data[i++] & 0xFF;
Callers
5
OpusInfo
Method · 0.95
SpeexInfo
Method · 0.95
VorbisInfo
Method · 0.95
getInt4
Method · 0.95
SkeletonFisbone
Method · 0.95
Calls
1
getInt
Method · 0.95
Tested by
no test coverage detected