Index

A B C D E G M O R S 
All Classes and Interfaces|All Packages|Constant Field Values

A

attachDictionaryChunk(byte[]) - Method in class org.brotli.dec.BrotliInputStream
 

B

BROTLI_ERROR - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_CORRUPTED_CODE_LENGTH_TABLE - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_CORRUPTED_CONTEXT_MAP - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_CORRUPTED_HUFFMAN_CODE_HISTOGRAM - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_CORRUPTED_PADDING_BITS - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_CORRUPTED_RESERVED_BIT - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_DUPLICATE_SIMPLE_HUFFMAN_SYMBOL - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_EXUBERANT_NIBBLE - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_INVALID_BACKWARD_REFERENCE - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_INVALID_METABLOCK_LENGTH - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_INVALID_WINDOW_BITS - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_NEGATIVE_DISTANCE - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_READ_AFTER_END - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_READ_FAILED - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_SYMBOL_OUT_OF_RANGE - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_TRUNCATED_INPUT - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_UNUSED_BYTES_AFTER_END - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_ERROR_UNUSED_HUFFMAN_SPACE - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_OK - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_OK_DONE - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_OK_NEED_MORE_OUTPUT - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_PANIC - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_PANIC_ALREADY_CLOSED - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_PANIC_MAX_DISTANCE_TOO_SMALL - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_PANIC_STATE_NOT_FRESH - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_PANIC_STATE_NOT_INITIALIZED - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_PANIC_STATE_NOT_UNINITIALIZED - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_PANIC_TOO_MANY_DICTIONARY_CHUNKS - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_PANIC_UNALIGNED_COPY_BYTES - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_PANIC_UNEXPECTED_STATE - Static variable in class org.brotli.dec.BrotliError
 
BROTLI_PANIC_UNREACHABLE - Static variable in class org.brotli.dec.BrotliError
 
BrotliError - Class in org.brotli.dec
Possible errors from decoder.
BrotliError() - Constructor for class org.brotli.dec.BrotliError
 
BrotliInputStream - Class in org.brotli.dec
InputStream decorator that decompresses brotli data.
BrotliInputStream(InputStream) - Constructor for class org.brotli.dec.BrotliInputStream
Creates a InputStream wrapper that decompresses brotli data.
BrotliInputStream(InputStream, int) - Constructor for class org.brotli.dec.BrotliInputStream
Creates a InputStream wrapper that decompresses brotli data.

C

close() - Method in class org.brotli.dec.BrotliInputStream

D

Decoder - Class in org.brotli.dec
 
Decoder() - Constructor for class org.brotli.dec.Decoder
 
DEFAULT_INTERNAL_BUFFER_SIZE - Static variable in class org.brotli.dec.BrotliInputStream
 
Dictionary - Class in org.brotli.dec
Collection of static dictionary words.
Dictionary() - Constructor for class org.brotli.dec.Dictionary
 

E

enableEagerOutput() - Method in class org.brotli.dec.BrotliInputStream
 
enableLargeWindow() - Method in class org.brotli.dec.BrotliInputStream
 

G

getData() - Static method in class org.brotli.dec.Dictionary
 

M

main(String...) - Static method in class org.brotli.dec.Decoder
 

O

org.brotli.dec - package org.brotli.dec
 

R

read() - Method in class org.brotli.dec.BrotliInputStream
read(byte[], int, int) - Method in class org.brotli.dec.BrotliInputStream

S

setData(ByteBuffer, int[]) - Static method in class org.brotli.dec.Dictionary
 
A B C D E G M O R S 
All Classes and Interfaces|All Packages|Constant Field Values