MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / readShort

Method readShort

src/javajs/util/VideoReader.java:279–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277 }
278
279 protected int readShort() throws IOException {
280 pt += 2;
281 return is.readShort();
282 }
283
284 protected String readString(int n) throws IOException {
285 return new String(readBytes(n), 0, n);

Callers 1

readMVHDMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected