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

Method getRawInputStream

src/bin/zip/ZipFile.java:234–236  ·  view source on GitHub ↗
(ZipEntry ze)

Source from the content-addressed store, hash-verified

232 }
233
234 public InputStream getRawInputStream(ZipEntry ze) {
235 return new BridgeInputStream(archive, ze.getDataOffset(), ze.getCompressedSize());
236 }
237
238 public InputStream getInputStream(ZipEntry ze) throws IOException {
239 long start = ze.getDataOffset();

Callers 2

copyZipEntryMethod · 0.80
collectChildrenMethod · 0.80

Calls 2

getDataOffsetMethod · 0.80
getCompressedSizeMethod · 0.80

Tested by

no test coverage detected