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

Method getData

java/org/brotli/enc/PreparedDictionary.java:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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