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

Method getInt4

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

Source from the content-addressed store, hash-verified

91 }
92
93 public static long getInt4(byte[] data) {
94 return getInt4(data, 0);
95 }
96 public static long getInt4(byte[] data, int offset) {
97 int i=offset;
98 int b0 = data[i++] & 0xFF;

Callers 5

OpusInfoMethod · 0.95
SpeexInfoMethod · 0.95
VorbisInfoMethod · 0.95
getInt4Method · 0.95
SkeletonFisboneMethod · 0.95

Calls 1

getIntMethod · 0.95

Tested by

no test coverage detected