Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ getDataOffset
Method
getDataOffset
src/bin/zip/ZipEntry.java:140–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
}
139
140
public
long getDataOffset() {
141
return
dataOffset;
142
}
143
144
void
setDataOffset(long dataOffset) {
145
this.dataOffset = dataOffset;
Callers
5
putNextVirtualEntry
Method · 0.95
collectChildren
Method · 0.95
getRawInputStream
Method · 0.80
getInputStream
Method · 0.80
openEntryAsZipFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected