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

Method getFilePointer

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

Source from the content-addressed store, hash-verified

60 }
61
62 public long getFilePointer() throws IOException {
63 return position;
64 }
65
66 public void seek(long position) throws IOException {
67 if (position < 0 || (!allowWrite && position > length())) throw new IOException();

Callers 1

positionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected