Uses of Class
com.aayushatharva.brotli4j.common.annotations.Local
-
Packages that use Local Package Description com.aayushatharva.brotli4j com.aayushatharva.brotli4j.decoder com.aayushatharva.brotli4j.encoder -
-
Uses of Local in com.aayushatharva.brotli4j
Classes in com.aayushatharva.brotli4j with annotations of type Local Modifier and Type Class Description class
Brotli4jLoader
Loads Brotli Native Library -
Uses of Local in com.aayushatharva.brotli4j.decoder
Classes in com.aayushatharva.brotli4j.decoder with annotations of type Local Modifier and Type Class Description class
Decoder
Base class for InputStream / Channel implementations.class
Decoders
Multiple decoding methods using Netty Buffer.class
DirectDecompress
Directly decompresses data usingDecoder.decompress(byte[])
Methods in com.aayushatharva.brotli4j.decoder with annotations of type Local Modifier and Type Method 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(java.nio.ByteBuffer compressed, java.nio.ByteBuffer decompressed)
Decodes the given data buffer. -
Uses of Local in com.aayushatharva.brotli4j.encoder
Classes in com.aayushatharva.brotli4j.encoder with annotations of type Local Modifier and Type Class 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 classMethods in com.aayushatharva.brotli4j.encoder with annotations of type Local Modifier and Type Method Description static byte[]
Encoder. compress(byte[] data)
-