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