Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ readFully
Method
readFully
classpath/java/io/DataInputStream.java:32–34 ·
view source on GitHub ↗
(byte[] b)
Source
from the content-addressed store, hash-verified
30
}
31
32
public
void
readFully(byte[] b) throws IOException {
33
readFully(b, 0, b.length);
34
}
35
36
public
void
readFully(byte[] b,
int
offset,
int
length) throws IOException {
37
while
(length > 0) {
Callers
1
readUTF
Method · 0.95
Calls
1
read
Method · 0.95
Tested by
no test coverage detected