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

Method fail

java/org/brotli/wrapper/dec/Decoder.java:44–51  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

42 }
43
44 private void fail(String message) throws IOException {
45 try {
46 close();
47 } catch (IOException ex) {
48 /* Ignore */
49 }
50 throw new IOException(message);
51 }
52
53 void attachDictionary(ByteBuffer dictionary) throws IOException {
54 if (!decoder.attachDictionary(dictionary)) {

Callers 5

attachDictionaryMethod · 0.95
decodeMethod · 0.95
checkSynthMethod · 0.45
testReadAfterEosMethod · 0.45

Calls 1

closeMethod · 0.95

Tested by 3

checkSynthMethod · 0.36
testReadAfterEosMethod · 0.36