MCPcopy 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

readEntriesMethod · 0.95
readEocdRecordMethod · 0.95
parseEocdRecordMethod · 0.95
parseZip64EocdRecordMethod · 0.95

Calls 1

seekMethod · 0.65

Tested by

no test coverage detected