Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readBlock
Method · 0.95
readMVHD
Method · 0.95
readTKHD
Method · 0.95
readSTSD
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected