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

Method getInt3

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

Source from the content-addressed store, hash-verified

80 }
81
82 public static long getInt3(byte[] data) {
83 return getInt3(data, 0);
84 }
85 public static long getInt3(byte[] data, int offset) {
86 int i=offset;
87 int b0 = data[i++] & 0xFF;

Callers

nothing calls this directly

Calls 1

getIntMethod · 0.95

Tested by

no test coverage detected