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