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

Method getInt

core/src/main/java/org/gagravarr/ogg/IOUtils.java:134–136  ·  view source on GitHub ↗
(int i0, int i1)

Source from the content-addressed store, hash-verified

132 }
133
134 public static int getInt(int i0, int i1) {
135 return (i1 << 8) + (i0 << 0);
136 }
137 public static long getInt(int i0, int i1, int i2) {
138 return (i2 << 16) + (i1 << 8) + (i0 << 0);
139 }

Callers 6

OggPageMethod · 0.95
getInt2Method · 0.95
getInt3Method · 0.95
getInt4Method · 0.95
getInt5Method · 0.95
getInt8Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected