MCPcopy Index your code
hub / github.com/facebook/SoLoader / position

Method position

java/com/facebook/soloader/ElfFileChannel.java:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 @Override
42 public long position() throws IOException {
43 return mFc.position();
44 }
45
46 @Override
47 public ElfByteChannel position(long newPosition) throws IOException {

Callers

nothing calls this directly

Calls 1

positionMethod · 0.65

Tested by

no test coverage detected