Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gagravarr/VorbisJava
/ getCRC
Method
getCRC
core/src/main/java/org/gagravarr/ogg/CRCUtils.java:35–37 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
33
}
34
35
public
static
int
getCRC(byte[] data) {
36
return
getCRC(data, 0);
37
}
38
public
static
int
getCRC(byte[] data,
int
previous) {
39
int
crc = previous;
40
int
a,b;
Callers
3
testCRC
Method · 0.95
isChecksumValid
Method · 0.95
writeHeader
Method · 0.95
Calls
no outgoing calls
Tested by
1
testCRC
Method · 0.76