MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / _length

Method _length

src/bin/zip/ZipFile.java:268–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 }
267
268 private long _length() throws IOException {
269 return archive.length();
270 }
271
272 private void _seek(long position) throws IOException {
273 archive.seek(position);

Callers 1

readEocdRecordMethod · 0.95

Calls 1

lengthMethod · 0.65

Tested by

no test coverage detected