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 classBrotli4jLoaderLoads 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 classDecoderBase class for InputStream / Channel implementations.classDecodersMultiple decoding methods using Netty Buffer.classDirectDecompressDirectly decompresses data usingDecoder.decompress(byte[])Methods in com.aayushatharva.brotli4j.decoder with annotations of type Local Modifier and Type Method Description static 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(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 classEncoderBase class for OutputStream / Channel implementations.static classEncoder.ParametersBrotli encoder settings.classEncodersMultiple 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)
-