Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ readFully
Method
readFully
classpath/java/io/ObjectInputStream.java:101–103 ·
view source on GitHub ↗
(byte[] b)
Source
from the content-addressed store, hash-verified
99
}
100
101
public
void
readFully(byte[] b) throws IOException {
102
readFully(b, 0, b.length);
103
}
104
105
public
void
readFully(byte[] b,
int
offset,
int
length) throws IOException {
106
while
(length > 0) {
Callers
3
rawString
Method · 0.95
readUTF
Method · 0.95
readObject
Method · 0.95
Calls
1
read
Method · 0.95
Tested by
no test coverage detected