Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ readString
Method
readString
src/javajs/util/VideoReader.java:284–286 ·
view source on GitHub ↗
(int n)
Source
from the content-addressed store, hash-verified
282
}
283
284
protected
String readString(
int
n) throws IOException {
285
return
new
String(readBytes(n), 0, n);
286
}
287
288
}
Callers
3
readBlock
Method · 0.95
readFTYP
Method · 0.95
readSTSD
Method · 0.95
Calls
1
readBytes
Method · 0.95
Tested by
no test coverage detected