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

Interface PreparedDictionary

java/org/brotli/enc/PreparedDictionary.java:14–16  ·  view source on GitHub ↗

Prepared dictionary data provider.

Source from the content-addressed store, hash-verified

12 * Prepared dictionary data provider.
13 */
14public interface PreparedDictionary {
15 ByteBuffer getData();
16}

Callers 1

attachDictionaryMethod · 0.65

Implementers 3

PreparedDictionaryImpljava/org/brotli/wrapper/enc/EncoderJNI
PreparedDictionaryImpljava/org/brotli/enc/PreparedDictionary
Dictionaryjava/org/brotli/dec/Dictionary.java

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…