Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MinesJTK/jtk
/ readFully
Method
readFully
core/src/main/java/edu/mines/jtk/io/ArrayFile.java:143–145 ·
view source on GitHub ↗
(byte[] b)
Source
from the content-addressed store, hash-verified
141
}
142
143
public
void
readFully(byte[] b) throws IOException {
144
_ai.readFully(b);
145
}
146
147
public
void
readFully(byte[] b,
int
off,
int
len) throws IOException {
148
_ai.readFully(b,off,len);
Callers
nothing calls this directly
Calls
1
readFully
Method · 0.65
Tested by
no test coverage detected