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 TypeClassDescriptionclassBase class for InputStream / Channel implementations.final classMultiple decoding methods using Netty Buffer.final classDirectly decompresses data usingDecoder.decompress(byte[])Methods in com.aayushatharva.brotli4j.decoder with annotations of type LocalModifier and TypeMethodDescriptionstatic DirectDecompressDecoder.decompress(byte[] data) Decodes the given data buffer.static DirectDecompressDecoders.decompress(io.netty.buffer.ByteBuf compressed, io.netty.buffer.ByteBuf decompressed) Decodes the given data buffer.static DirectDecompressDecoders.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 TypeClassDescriptionclassBase class for OutputStream / Channel implementations.static final classBrotli encoder settings.final classMultiple 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