Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ read
Method
read
classpath/java/io/DataInputStream.java:24–26 ·
view source on GitHub ↗
(byte[] buffer)
Source
from the content-addressed store, hash-verified
22
}
23
24
public
int
read(byte[] buffer) throws IOException {
25
return
in.read(buffer);
26
}
27
28
public
int
read(byte[] buffer,
int
offset,
int
length) throws IOException {
29
return
in.read(buffer, offset, length);
Callers
3
readFully
Method · 0.95
readLine
Method · 0.95
skipBytes
Method · 0.95
Calls
1
read
Method · 0.65
Tested by
no test coverage detected