Uses of Annotation Type
com.aayushatharva.brotli4j.common.annotations.Upstream
Packages that use Upstream
Package
Description
-
Uses of Upstream in com.aayushatharva.brotli4j.common
Classes in com.aayushatharva.brotli4j.common with annotations of type Upstream -
Uses of Upstream in com.aayushatharva.brotli4j.decoder
Classes in com.aayushatharva.brotli4j.decoder with annotations of type UpstreamModifier and TypeClassDescriptionclassReadableByteChannel that wraps native brotli decoder.classInputStream that wraps native brotli decoder.classBase class for InputStream / Channel implementations.classJNI wrapper for brotli decoder.Methods in com.aayushatharva.brotli4j.decoder with annotations of type UpstreamModifier and TypeMethodDescriptionvoidDecoder.close()static byte[]Decoder.decompress(byte[] data, int offset, int length) Decodes the given data buffer starting at offset till length.voidDecoder.enableEagerOutput() -
Uses of Upstream in com.aayushatharva.brotli4j.encoder
Classes in com.aayushatharva.brotli4j.encoder with annotations of type UpstreamModifier and TypeClassDescriptionclassWritableByteChannel that wraps native brotli encoder.classOutput stream that wraps native brotli encoder.classBase class for OutputStream / Channel implementations.static final classBrotli encoder settings.classJNI wrapper for brotli encoder.interfacePrepared dictionary data provider.classJava prepared (raw) dictionary producer.Methods in com.aayushatharva.brotli4j.encoder with annotations of type UpstreamModifier and TypeMethodDescriptionvoidEncoder.attachDictionary(PreparedDictionary dictionary) voidEncoder.close()static byte[]Encoder.compress(byte[] data, int offset, int length) static byte[]Encoder.compress(byte[] data, int offset, int length, Encoder.Parameters params) static byte[]Encoder.compress(byte[] data, Encoder.Parameters params) booleanEncoder.encode(EncoderJNI.Operation op) voidEncoder.flush()static PreparedDictionaryEncoder.prepareDictionary(ByteBuffer dictionary, int sharedDictionaryType) Prepares raw or serialized dictionary for being used by encoder.