MCPcopy 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

putNextVirtualEntryMethod · 0.95
collectChildrenMethod · 0.95
getRawInputStreamMethod · 0.80
getInputStreamMethod · 0.80
openEntryAsZipFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected