Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ seek
Method
seek
src/bin/io/RandomAccessFile.java:32–32 ·
view source on GitHub ↗
(long pos)
Source
from the content-addressed store, hash-verified
30
void
setLength(long newLength) throws IOException;
31
32
void
seek(long pos) throws IOException;
33
34
int
skipBytes(
int
n) throws IOException;
35
Callers
nothing calls this directly
Implementers
1
BufferedRandomAccessFile
src/bin/io/BufferedRandomAccessFile.ja
Calls
no outgoing calls
Tested by
no test coverage detected