Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ read
Method
read
classpath/java/io/FileInputStream.java:40–40 ·
view source on GitHub ↗
(int fd)
Source
from the content-addressed store, hash-verified
38
private
static
native
int
open(String path) throws IOException;
39
40
private
static
native
int
read(
int
fd) throws IOException;
41
42
private
static
native
int
read(
int
fd, byte[] b,
int
offset,
int
length)
43
throws IOException;
Callers
5
read
Method · 0.95
read
Method · 0.95
main
Method · 0.95
test
Method · 0.95
sendFile
Method · 0.95
Calls
no outgoing calls
Tested by
5
read
Method · 0.76
read
Method · 0.76
main
Method · 0.76
test
Method · 0.76
sendFile
Method · 0.76