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 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(ByteBuffer compressed, ByteBuffer decompressed) Decodes the given data buffer.DecoderJNI.Wrapper.pull(int maxBytes) Pulls decompressed output, returning at mostmaxBytesbytes.Constructors in com.aayushatharva.brotli4j.decoder with annotations of type LocalModifierConstructorDescriptionBrotliDecoderChannel(ReadableByteChannel source, int bufferSize, int maxOutputChunkSize) Creates a BrotliDecoderChannel with a per-pull output cap.BrotliInputStream(InputStream source, int bufferSize, int maxOutputChunkSize) Creates a BrotliInputStream with a per-pull output cap.Decoder(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 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 classFields in com.aayushatharva.brotli4j.encoder with annotations of type LocalMethods in com.aayushatharva.brotli4j.encoder with annotations of type LocalModifier and TypeMethodDescriptionstatic byte[]Encoder.compress(byte[] data) booleanEncoder.encode(EncoderJNI.Operation op) voidEncoder.flush()