| Package | Description |
|---|---|
| com.aayushatharva.brotli4j.encoder |
| Modifier and Type | Method and Description |
|---|---|
static PreparedDictionary |
PreparedDictionaryGenerator.generate(ByteBuffer src) |
static PreparedDictionary |
PreparedDictionaryGenerator.generate(ByteBuffer src,
int bucketBits,
int slotBits,
int hashBits,
int blockBits) |
static PreparedDictionary |
Encoder.prepareDictionary(ByteBuffer dictionary,
int sharedDictionaryType)
Prepares raw or serialized dictionary for being used by encoder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrotliEncoderChannel.attachDictionary(PreparedDictionary dictionary) |
void |
BrotliOutputStream.attachDictionary(PreparedDictionary dictionary) |
void |
Encoder.attachDictionary(PreparedDictionary dictionary) |
Copyright © 2024. All rights reserved.