Uses of Annotation Type
com.aayushatharva.brotli4j.common.annotations.Local
Packages that use Local
Package
Description
-
Uses of Local in com.aayushatharva.brotli4j
Classes in com.aayushatharva.brotli4j with annotations of type Local -
Uses of Local in com.aayushatharva.brotli4j.decoder
Classes in com.aayushatharva.brotli4j.decoder with annotations of type LocalModifier and TypeClassDescriptionclass
Base class for InputStream / Channel implementations.final class
Multiple decoding methods using Netty Buffer.final class
Directly decompresses data usingDecoder.decompress(byte[])
Methods in com.aayushatharva.brotli4j.decoder with annotations of type LocalModifier and TypeMethodDescriptionstatic 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. -
Uses of Local in com.aayushatharva.brotli4j.encoder
Classes in com.aayushatharva.brotli4j.encoder with annotations of type LocalModifier and TypeClassDescriptionclass
Base class for OutputStream / Channel implementations.static final class
Brotli encoder settings.final class
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