Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/facebook/SoLoader
/ read
Method
read
java/com/facebook/soloader/ElfByteChannel.java:28–28 ·
view source on GitHub ↗
(ByteBuffer dst)
Source
from the content-addressed store, hash-verified
26
ElfByteChannel position(long newPosition) throws IOException;
27
28
int
read(ByteBuffer dst) throws IOException;
29
30
int
read(ByteBuffer dst, long position) throws IOException;
31
Callers
10
read
Method · 0.65
computeFileHash
Method · 0.65
readAllBytes
Method · 0.65
getExistingApkIdentifier
Method · 0.65
computeFileHash
Method · 0.65
depsChanged
Method · 0.65
copyBytes
Method · 0.65
read
Method · 0.65
getLibHash
Method · 0.65
read
Method · 0.65
Implementers
2
ElfZipFileChannel
java/com/facebook/soloader/ElfZipFileC
ElfFileChannel
java/com/facebook/soloader/ElfFileChan
Calls
no outgoing calls
Tested by
no test coverage detected