Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/facebook/SoLoader
/ read
Method
read
java/com/facebook/soloader/ElfFileChannel.java:52–55 ·
view source on GitHub ↗
(ByteBuffer dst)
Source
from the content-addressed store, hash-verified
50
}
51
52
@Override
53
public
int
read(ByteBuffer dst) throws IOException {
54
return
mFc.read(dst);
55
}
56
57
@Override
58
public
int
read(ByteBuffer dst, long position) throws IOException {
Callers
nothing calls this directly
Calls
1
read
Method · 0.65
Tested by
no test coverage detected