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

Method getInt4BE

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

Source from the content-addressed store, hash-verified

175 }
176
177 public static long getInt4BE(byte[] data) {
178 return getInt4BE(data, 0);
179 }
180 public static long getInt4BE(byte[] data, int offset) {
181 int i=offset;
182 int b0 = data[i++] & 0xFF;

Callers 1

TheoraInfoMethod · 0.95

Calls 1

getIntBEMethod · 0.95

Tested by

no test coverage detected