MCPcopy Create free account
hub / github.com/ReadyTalk/avian / position

Method position

classpath/java/io/RandomAccessFile.java:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187
188 public long position() throws IOException {
189 return getFilePointer();
190 }
191
192 public FileChannel position(long position) throws IOException {
193 seek(position);

Callers 3

readMethod · 0.45
writeMethod · 0.45
readMethod · 0.45

Calls 2

getFilePointerMethod · 0.95
seekMethod · 0.95

Tested by

no test coverage detected