MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / readInt

Method readInt

src/javajs/util/VideoReader.java:274–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272 }
273
274 protected int readInt() throws IOException {
275 pt += 4;
276 return is.readInt();
277 }
278
279 protected int readShort() throws IOException {
280 pt += 2;

Callers 5

readBlockMethod · 0.95
readMVHDMethod · 0.95
readTKHDMethod · 0.95
readSTSDMethod · 0.95
readUIntLongMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected