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 class
BrotliCommon
JNI 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 class
BrotliDecoderChannel
ReadableByteChannel that wraps native brotli decoder.class
BrotliInputStream
InputStream that wraps native brotli decoder.class
Decoder
Base class for InputStream / Channel implementations.class
DecoderJNI
JNI 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 class
BrotliEncoderChannel
WritableByteChannel that wraps native brotli encoder.class
BrotliOutputStream
Output stream that wraps native brotli encoder.class
Encoder
Base class for OutputStream / Channel implementations.static class
Encoder.Parameters
Brotli encoder settings.interface
PreparedDictionary
Prepared dictionary data provider.class
PreparedDictionaryGenerator
Java prepared (raw) dictionary producer.
-