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

Method _getFilePointer

src/bin/zip/ZipMaker.java:490–492  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

488 }
489
490 private long _getFilePointer() throws IOException {
491 return archive.getFilePointer();
492 }
493
494 private void _skip(int n) throws IOException {
495 archive.skipBytes(n);

Callers 5

putNextEntryMethod · 0.95
putNextRawEntryMethod · 0.95
writeHeaderMethod · 0.95
closeEntryMethod · 0.95
closeMethod · 0.95

Calls 1

getFilePointerMethod · 0.65

Tested by

no test coverage detected