MCPcopy
hub / github.com/google/brotli / close

Method close

java/org/brotli/integration/BundleChecker.java:45–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 /* Do not allow entry readers to close the whole ZipInputStream. */
44 FilterInputStream entryStream = new FilterInputStream(input) {
45 @Override
46 public void close() {}
47 };
48
49 InputStream decompressedStream = newBrotliInputStream(entryStream);

Callers 5

runMethod · 0.45
listEntriesMethod · 0.45
readEntryMethod · 0.45
readFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected