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 DirectDecompressDecoder. decompress(byte[] data, int maxOutputSize)Decodes the given data buffer, failing if decompressed output would exceedmaxOutputSizebytes.static byte[]Decoder. decompress(byte[] data, int offset, int length, int maxOutputSize)Decodes the given data buffer starting at offset till length, failing if decompressed output would exceedmaxOutputSizebytes.static DirectDecompressDecoders. decompress(io.netty.buffer.ByteBuf compressed, io.netty.buffer.ByteBuf decompressed)Decodes the given data buffer.static DirectDecompressDecoders. decompress(io.netty.buffer.ByteBuf compressed, io.netty.buffer.ByteBuf decompressed, int maxOutputSize)Decodes the given data buffer, failing if decompressed output would exceedmaxOutputSizebytes.static DirectDecompressDecoders. decompress(java.nio.ByteBuffer compressed, java.nio.ByteBuffer decompressed)Decodes the given data buffer.java.nio.ByteBufferDecoderJNI.Wrapper. pull(int maxBytes)Pulls decompressed output, returning at mostmaxBytesbytes.Constructors in com.aayushatharva.brotli4j.decoder with annotations of type Local Constructor Description BrotliDecoderChannel(java.nio.channels.ReadableByteChannel source, int bufferSize, int maxOutputChunkSize)Creates a BrotliDecoderChannel with a per-pull output cap.BrotliInputStream(java.io.InputStream source, int bufferSize, int maxOutputChunkSize)Creates a BrotliInputStream with a per-pull output cap.Decoder(java.nio.channels.ReadableByteChannel source, int inputBufferSize, int maxOutputChunkSize)Creates a Decoder wrapper with a per-pull output cap.Wrapper(int inputBufferSize, int maxOutputChunkSize)Creates a Wrapper that caps everyDecoderJNI.Wrapper.pull()to at mostmaxOutputChunkSizebytes. -
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 classFields in com.aayushatharva.brotli4j.encoder with annotations of type Local Modifier and Type Field Description static Encoder.ParametersEncoder.Parameters. DEFAULTMethods in com.aayushatharva.brotli4j.encoder with annotations of type Local Modifier and Type Method Description static byte[]Encoder. compress(byte[] data)booleanEncoder. encode(EncoderJNI.Operation op)voidEncoder. flush()
-