Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
read
Method · 0.45
write
Method · 0.45
read
Method · 0.45
Calls
2
getFilePointer
Method · 0.95
seek
Method · 0.95
Tested by
no test coverage detected