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

Method skip

src/javajs/util/VideoReader.java:238–243  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

236 }
237
238 protected void skip(int n) throws IOException {
239 if (n <= 0)
240 return;
241 pt += n;
242 is.skipBytes(n);
243 }
244
245 /**
246 * Read bytes into field buf.

Callers 4

readBlockMethod · 0.95
readMVHDMethod · 0.95
readTKHDMethod · 0.95
readSTSDMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected