MCPcopy Index your code
hub / github.com/burningtnt/Terracotta / available

Method available

ffi/TerracottaAndroidAPI.java:341–345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 }
340
341 @Override
342 public int available() throws IOException {
343 assertOpen();
344 return Math.toIntExact(file.length() - file.getFilePointer());
345 }
346
347 @Override
348 public void close() throws IOException {

Callers

nothing calls this directly

Calls 1

assertOpenMethod · 0.95

Tested by

no test coverage detected