| Package | Description |
|---|---|
| com.aayushatharva.brotli4j | |
| com.aayushatharva.brotli4j.decoder | |
| com.aayushatharva.brotli4j.encoder |
| Modifier and Type | Class and Description |
|---|---|
class |
Brotli4jLoader
Loads Brotli Native Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
Decoder
Base class for InputStream / Channel implementations.
|
class |
Decoders
Multiple decoding methods using Netty Buffer.
|
class |
DirectDecompress
Directly decompresses data using
Decoder.decompress(byte[]) |
| Modifier and Type | Method and Description |
|---|---|
static DirectDecompress |
Decoder.decompress(byte[] data)
Decodes the given data buffer.
|
static DirectDecompress |
Decoders.decompress(io.netty.buffer.ByteBuf compressed,
io.netty.buffer.ByteBuf decompressed)
Decodes the given data buffer.
|
static DirectDecompress |
Decoders.decompress(ByteBuffer compressed,
ByteBuffer decompressed)
Decodes the given data buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Encoder
Base class for OutputStream / Channel implementations.
|
static class |
Encoder.Parameters
Brotli encoder settings.
|
class |
Encoders
Multiple encoding methods using Netty Buffer
Make sure to add it as dependency before using this class
|
| Modifier and Type | Field and Description |
|---|---|
static Encoder.Parameters |
Encoder.Parameters.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Encoder.compress(byte[] data) |
boolean |
Encoder.encode(com.aayushatharva.brotli4j.encoder.EncoderJNI.Operation op) |
void |
Encoder.flush() |
Copyright © 2024. All rights reserved.