MCPcopy 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

readMethod · 0.65
computeFileHashMethod · 0.65
readAllBytesMethod · 0.65
computeFileHashMethod · 0.65
depsChangedMethod · 0.65
copyBytesMethod · 0.65
readMethod · 0.65
getLibHashMethod · 0.65
readMethod · 0.65

Implementers 2

ElfZipFileChanneljava/com/facebook/soloader/ElfZipFileC
ElfFileChanneljava/com/facebook/soloader/ElfFileChan

Calls

no outgoing calls

Tested by

no test coverage detected