MCPcopy 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

readBlockMethod · 0.95
readFTYPMethod · 0.95
readSTSDMethod · 0.95

Calls 1

readBytesMethod · 0.95

Tested by

no test coverage detected