MCPcopy Create free account
hub / github.com/badvision/jace / readBlock

Method readBlock

src/main/java/jace/hardware/massStorage/DiskNode.java:270–270  ·  view source on GitHub ↗
(int sequence, byte[] buffer)

Source from the content-addressed store, hash-verified

268 public abstract void doRefresh();
269
270 public abstract void readBlock(int sequence, byte[] buffer) throws IOException;
271
272 public abstract int getLength();
273

Callers 1

mliReadMethod · 0.95

Calls 1

checkFileMethod · 0.95

Tested by

no test coverage detected