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

Method fail

java/org/brotli/wrapper/enc/Encoder.java:127–134  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

125 }
126
127 private void fail(String message) throws IOException {
128 try {
129 close();
130 } catch (IOException ex) {
131 /* Ignore */
132 }
133 throw new IOException(message);
134 }
135
136 public void attachDictionary(PreparedDictionary dictionary) throws IOException {
137 if (!encoder.attachDictionary(dictionary.getData())) {

Callers 2

attachDictionaryMethod · 0.95
encodeMethod · 0.95

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected