MCPcopy Create free account
hub / github.com/Gagravarr/VorbisJava / getInt2

Method getInt2

core/src/main/java/org/gagravarr/ogg/IOUtils.java:72–74  ·  view source on GitHub ↗
(byte[] data)

Source from the content-addressed store, hash-verified

70
71
72 public static int getInt2(byte[] data) {
73 return getInt2(data, 0);
74 }
75 public static int getInt2(byte[] data, int offset) {
76 int i=offset;
77 int b0 = data[i++] & 0xFF;

Callers 2

OpusInfoMethod · 0.95
SkeletonFisheadMethod · 0.95

Calls 1

getIntMethod · 0.95

Tested by

no test coverage detected