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

Method length

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

Source from the content-addressed store, hash-verified

55 }
56
57 public long length() throws IOException {
58 refresh();
59 return length;
60 }
61
62 public long getFilePointer() throws IOException {
63 return position;

Callers 3

seekMethod · 0.95
skipBytesMethod · 0.95
sizeMethod · 0.95

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected