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

Method readUIntLong

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

Source from the content-addressed store, hash-verified

258 }
259
260 protected long readUIntLong() throws IOException {
261 pt += 4;
262 return is.readInt() & 0xFFFFFFFFL;
263 }
264
265 @SuppressWarnings("unused")
266 protected boolean isAvail() {

Callers 2

readMVHDMethod · 0.95
readTKHDMethod · 0.95

Calls 1

readIntMethod · 0.80

Tested by

no test coverage detected