Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
decodeBytes
Method · 0.95
testSetDictionary
Method · 0.95
testNoDictionary
Method · 0.95
testOnePieceDictionary
Method · 0.95
testTwoPieceDictionary
Method · 0.95
decodeBytes
Method · 0.95
testEagerStream
Method · 0.95
decompress
Method · 0.45
closeInput
Method · 0.45
decompress
Method · 0.45
decompress
Method · 0.45
Calls
2
close
Method · 0.95
closeInput
Method · 0.95
Tested by
7
testSetDictionary
Method · 0.76
testNoDictionary
Method · 0.76
testOnePieceDictionary
Method · 0.76
testTwoPieceDictionary
Method · 0.76
testEagerStream
Method · 0.76
decompress
Method · 0.36
decompress
Method · 0.36