Generated by
JDiff

Class com.itextpdf.io.codec.brotli.dec.BrotliInputStream

Removed Constructors
BrotliInputStream( InputStream, int , byte[] ) Creates a InputStream wrapper that decompresses brotli data.
 

Changed Constructors
BrotliInputStream( InputStream) Documentation changed from old to new.
Creates a InputStream wrapper that decompresses brotli data.
BrotliInputStream( InputStream, int ) Documentation changed from old to new.
Creates a InputStream wrapper that decompresses brotli data.
 

Added Methods
void  attachDictionaryChunk( byte[]) Attach "RAW" dictionary (chunk) to decoder.
void  enableEagerOutput() Request decoder to produce output as soon as it is available.
void  enableLargeWindow() Enable "large window" stream feature.
 

Changed Fields
int  DEFAULT_INTERNAL_BUFFER_SIZE Documentation changed from old to new.
Default size of internal buffer (used for faster byte-by-byte reading).