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. -
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.interfacePreparedDictionaryPrepared dictionary data provider.classPreparedDictionaryGeneratorJava prepared (raw) dictionary producer.
-