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

Method read

ffi/TerracottaAndroidAPI.java:323–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 private final AtomicBoolean closed = new AtomicBoolean(false);
322
323 @Override
324 public int read() throws IOException {
325 assertOpen();
326 return file.read();
327 }
328
329 @Override
330 public int read(byte[] b) throws IOException {

Callers 5

get_stateMethod · 0.80
set_portMethod · 0.80
get_stateMethod · 0.80
get_machine_idFunction · 0.80
static_filesFunction · 0.80

Calls 1

assertOpenMethod · 0.95

Tested by

no test coverage detected