Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ _seek
Method
_seek
src/bin/zip/ZipFile.java:272–274 ·
view source on GitHub ↗
(long position)
Source
from the content-addressed store, hash-verified
270
}
271
272
private
void
_seek(long position) throws IOException {
273
archive.seek(position);
274
}
275
276
private
void
_skip(long length) throws IOException {
277
if
(length < 0)
Callers
5
readEntries
Method · 0.95
readEocdRecord
Method · 0.95
parseZip64EocdRecordLocator
Method · 0.95
parseEocdRecord
Method · 0.95
parseZip64EocdRecord
Method · 0.95
Calls
1
seek
Method · 0.65
Tested by
no test coverage detected