MCPcopy 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

testCRCMethod · 0.95
isChecksumValidMethod · 0.95
writeHeaderMethod · 0.95

Calls

no outgoing calls

Tested by 1

testCRCMethod · 0.76