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

Method getInt3BE

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

Source from the content-addressed store, hash-verified

164 }
165
166 public static long getInt3BE(byte[] data) {
167 return getInt3BE(data, 0);
168 }
169 public static long getInt3BE(byte[] data, int offset) {
170 int i=offset;
171 int b0 = data[i++] & 0xFF;

Callers 2

createMethod · 0.95
TheoraInfoMethod · 0.95

Calls 1

getIntBEMethod · 0.95

Tested by

no test coverage detected