Uses of Class
com.aayushatharva.brotli4j.common.annotations.Upstream
-
Packages that use Upstream Package Description com.aayushatharva.brotli4j.common com.aayushatharva.brotli4j.decoder com.aayushatharva.brotli4j.encoder -
-
Uses of Upstream in com.aayushatharva.brotli4j.common
Classes in com.aayushatharva.brotli4j.common with annotations of type Upstream Modifier and Type Class Description classBrotliCommonJNI wrapper for brotli common. -
Uses of Upstream in com.aayushatharva.brotli4j.decoder
Classes in com.aayushatharva.brotli4j.decoder with annotations of type Upstream Modifier and Type Class Description classBrotliDecoderChannelReadableByteChannel that wraps native brotli decoder.classBrotliInputStreamInputStream that wraps native brotli decoder.classDecoderBase class for InputStream / Channel implementations.classDecoderJNIJNI wrapper for brotli decoder.Methods in com.aayushatharva.brotli4j.decoder with annotations of type Upstream Modifier and Type Method Description voidDecoder. 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 Upstream Modifier and Type Class Description classBrotliEncoderChannelWritableByteChannel that wraps native brotli encoder.classBrotliOutputStreamOutput stream that wraps native brotli encoder.classEncoderBase class for OutputStream / Channel implementations.static classEncoder.ParametersBrotli encoder settings.classEncoderJNIJNI wrapper for brotli encoder.interfacePreparedDictionaryPrepared dictionary data provider.classPreparedDictionaryGeneratorJava prepared (raw) dictionary producer.Methods in com.aayushatharva.brotli4j.encoder with annotations of type Upstream Modifier and Type Method Description voidEncoder. 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(java.nio.ByteBuffer dictionary, int sharedDictionaryType)Prepares raw or serialized dictionary for being used by encoder.
-