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 TypeClassDescriptionclass
ReadableByteChannel that wraps native brotli decoder.class
InputStream that wraps native brotli decoder.class
Base class for InputStream / Channel implementations.class
JNI wrapper for brotli decoder. -
Uses of Upstream in com.aayushatharva.brotli4j.encoder
Classes in com.aayushatharva.brotli4j.encoder with annotations of type UpstreamModifier and TypeClassDescriptionclass
WritableByteChannel that wraps native brotli encoder.class
Output stream that wraps native brotli encoder.class
Base class for OutputStream / Channel implementations.static final class
Brotli encoder settings.interface
Prepared dictionary data provider.class
Java prepared (raw) dictionary producer.