Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/SoLoader
/ position
Method
position
java/com/facebook/soloader/ElfByteChannel.java:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
public
interface
ElfByteChannel extends java.nio.channels.ByteChannel {
23
24
long position() throws IOException;
25
26
ElfByteChannel position(long newPosition) throws IOException;
27
Callers
3
read
Method · 0.65
read
Method · 0.65
position
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