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

Method _readLong

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

Source from the content-addressed store, hash-verified

313 }
314
315 private long _readLong() throws IOException {
316 return _readUInt() | (_readUInt() << 32);
317 }
318
319 private boolean closed = false;
320

Callers 2

parseZip64EocdRecordMethod · 0.95

Calls 1

_readUIntMethod · 0.95

Tested by

no test coverage detected