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

Method close

java/org/brotli/dec/BrotliInputStream.java:111–115  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

109 * {@inheritDoc}
110 */
111 @Override
112 public void close() throws IOException {
113 Decode.close(state);
114 Utils.closeInput(state);
115 }
116
117 /**
118 * {@inheritDoc}

Callers 11

decodeBytesMethod · 0.95
testSetDictionaryMethod · 0.95
testNoDictionaryMethod · 0.95
decodeBytesMethod · 0.95
testEagerStreamMethod · 0.95
decompressMethod · 0.45
closeInputMethod · 0.45
decompressMethod · 0.45
decompressMethod · 0.45

Calls 2

closeMethod · 0.95
closeInputMethod · 0.95

Tested by 7

testSetDictionaryMethod · 0.76
testNoDictionaryMethod · 0.76
testEagerStreamMethod · 0.76
decompressMethod · 0.36
decompressMethod · 0.36