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