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

Method isAvail

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

Source from the content-addressed store, hash-verified

263 }
264
265 @SuppressWarnings("unused")
266 protected boolean isAvail() {
267 try {
268 return (pt != -1 && is.available() > 0);
269 } catch (IOException e) {
270 return false;
271 }
272 }
273
274 protected int readInt() throws IOException {
275 pt += 4;

Callers 1

getContentsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected