Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gagravarr/VorbisJava
/ getInt5
Method
getInt5
core/src/main/java/org/gagravarr/ogg/IOUtils.java:105–107 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
103
}
104
105
public
static
long getInt5(byte[] data) {
106
return
getInt5(data, 0);
107
}
108
public
static
long getInt5(byte[] data,
int
offset) {
109
int
i=offset;
110
int
b0 = data[i++] & 0xFF;
Callers
nothing calls this directly
Calls
1
getInt
Method · 0.95
Tested by
no test coverage detected