Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
seek
Method · 0.95
skipBytes
Method · 0.95
size
Method · 0.95
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected