MCPcopy Index your code
hub / github.com/google/brotli / close

Method close

java/org/brotli/wrapper/dec/Decoder.java:132–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 }
131
132 @Override
133 public void close() throws IOException {
134 if (closed) {
135 return;
136 }
137 closed = true;
138 decoder.destroy();
139 source.close();
140 }
141
142 /** Decodes the given data buffer starting at offset till length. */
143 public static byte[] decompress(byte[] data, int offset, int length) throws IOException {

Callers 9

failMethod · 0.95
mainFunction · 0.45
unzipMethod · 0.45
suiteMethod · 0.45
runMethod · 0.45
suiteMethod · 0.45
runMethod · 0.45
suiteMethod · 0.45
runMethod · 0.45

Calls 1

destroyMethod · 0.45

Tested by 6

suiteMethod · 0.36
runMethod · 0.36
suiteMethod · 0.36
runMethod · 0.36
suiteMethod · 0.36
runMethod · 0.36