Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
putNextEntry
Method · 0.95
putNextRawEntry
Method · 0.95
writeHeader
Method · 0.95
closeEntry
Method · 0.95
close
Method · 0.95
Calls
1
getFilePointer
Method · 0.65
Tested by
no test coverage detected