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

Method attachDictionary

java/org/brotli/wrapper/dec/Decoder.java:53–57  ·  view source on GitHub ↗
(ByteBuffer dictionary)

Source from the content-addressed store, hash-verified

51 }
52
53 void attachDictionary(ByteBuffer dictionary) throws IOException {
54 if (!decoder.attachDictionary(dictionary)) {
55 fail("failed to attach dictionary");
56 }
57 }
58
59 public void enableEagerOutput() {
60 this.eager = true;

Callers

nothing calls this directly

Calls 1

failMethod · 0.95

Tested by

no test coverage detected