Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mliRead
Method · 0.95
Calls
1
checkFile
Method · 0.95
Tested by
no test coverage detected