MCPcopy 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

22public interface ElfByteChannel extends java.nio.channels.ByteChannel {
23
24 long position() throws IOException;
25
26 ElfByteChannel position(long newPosition) throws IOException;
27

Callers 3

readMethod · 0.65
readMethod · 0.65
positionMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected