Package org.brotli.dec
Class BrotliError
- java.lang.Object
-
- org.brotli.dec.BrotliError
-
public class BrotliError extends java.lang.ObjectPossible errors from decoder.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BrotliError()
-
-
-
Field Detail
-
BROTLI_OK
public static final int BROTLI_OK
- See Also:
- Constant Field Values
-
BROTLI_OK_DONE
public static final int BROTLI_OK_DONE
- See Also:
- Constant Field Values
-
BROTLI_OK_NEED_MORE_OUTPUT
public static final int BROTLI_OK_NEED_MORE_OUTPUT
- See Also:
- Constant Field Values
-
BROTLI_ERROR
public static final int BROTLI_ERROR
- See Also:
- Constant Field Values
-
BROTLI_ERROR_CORRUPTED_CODE_LENGTH_TABLE
public static final int BROTLI_ERROR_CORRUPTED_CODE_LENGTH_TABLE
- See Also:
- Constant Field Values
-
BROTLI_ERROR_CORRUPTED_CONTEXT_MAP
public static final int BROTLI_ERROR_CORRUPTED_CONTEXT_MAP
- See Also:
- Constant Field Values
-
BROTLI_ERROR_CORRUPTED_HUFFMAN_CODE_HISTOGRAM
public static final int BROTLI_ERROR_CORRUPTED_HUFFMAN_CODE_HISTOGRAM
- See Also:
- Constant Field Values
-
BROTLI_ERROR_CORRUPTED_PADDING_BITS
public static final int BROTLI_ERROR_CORRUPTED_PADDING_BITS
- See Also:
- Constant Field Values
-
BROTLI_ERROR_CORRUPTED_RESERVED_BIT
public static final int BROTLI_ERROR_CORRUPTED_RESERVED_BIT
- See Also:
- Constant Field Values
-
BROTLI_ERROR_DUPLICATE_SIMPLE_HUFFMAN_SYMBOL
public static final int BROTLI_ERROR_DUPLICATE_SIMPLE_HUFFMAN_SYMBOL
- See Also:
- Constant Field Values
-
BROTLI_ERROR_EXUBERANT_NIBBLE
public static final int BROTLI_ERROR_EXUBERANT_NIBBLE
- See Also:
- Constant Field Values
-
BROTLI_ERROR_INVALID_BACKWARD_REFERENCE
public static final int BROTLI_ERROR_INVALID_BACKWARD_REFERENCE
- See Also:
- Constant Field Values
-
BROTLI_ERROR_INVALID_METABLOCK_LENGTH
public static final int BROTLI_ERROR_INVALID_METABLOCK_LENGTH
- See Also:
- Constant Field Values
-
BROTLI_ERROR_INVALID_WINDOW_BITS
public static final int BROTLI_ERROR_INVALID_WINDOW_BITS
- See Also:
- Constant Field Values
-
BROTLI_ERROR_NEGATIVE_DISTANCE
public static final int BROTLI_ERROR_NEGATIVE_DISTANCE
- See Also:
- Constant Field Values
-
BROTLI_ERROR_READ_AFTER_END
public static final int BROTLI_ERROR_READ_AFTER_END
- See Also:
- Constant Field Values
-
BROTLI_ERROR_READ_FAILED
public static final int BROTLI_ERROR_READ_FAILED
- See Also:
- Constant Field Values
-
BROTLI_ERROR_SYMBOL_OUT_OF_RANGE
public static final int BROTLI_ERROR_SYMBOL_OUT_OF_RANGE
- See Also:
- Constant Field Values
-
BROTLI_ERROR_TRUNCATED_INPUT
public static final int BROTLI_ERROR_TRUNCATED_INPUT
- See Also:
- Constant Field Values
-
BROTLI_ERROR_UNUSED_BYTES_AFTER_END
public static final int BROTLI_ERROR_UNUSED_BYTES_AFTER_END
- See Also:
- Constant Field Values
-
BROTLI_ERROR_UNUSED_HUFFMAN_SPACE
public static final int BROTLI_ERROR_UNUSED_HUFFMAN_SPACE
- See Also:
- Constant Field Values
-
BROTLI_PANIC
public static final int BROTLI_PANIC
- See Also:
- Constant Field Values
-
BROTLI_PANIC_ALREADY_CLOSED
public static final int BROTLI_PANIC_ALREADY_CLOSED
- See Also:
- Constant Field Values
-
BROTLI_PANIC_MAX_DISTANCE_TOO_SMALL
public static final int BROTLI_PANIC_MAX_DISTANCE_TOO_SMALL
- See Also:
- Constant Field Values
-
BROTLI_PANIC_STATE_NOT_FRESH
public static final int BROTLI_PANIC_STATE_NOT_FRESH
- See Also:
- Constant Field Values
-
BROTLI_PANIC_STATE_NOT_INITIALIZED
public static final int BROTLI_PANIC_STATE_NOT_INITIALIZED
- See Also:
- Constant Field Values
-
BROTLI_PANIC_STATE_NOT_UNINITIALIZED
public static final int BROTLI_PANIC_STATE_NOT_UNINITIALIZED
- See Also:
- Constant Field Values
-
BROTLI_PANIC_TOO_MANY_DICTIONARY_CHUNKS
public static final int BROTLI_PANIC_TOO_MANY_DICTIONARY_CHUNKS
- See Also:
- Constant Field Values
-
BROTLI_PANIC_UNEXPECTED_STATE
public static final int BROTLI_PANIC_UNEXPECTED_STATE
- See Also:
- Constant Field Values
-
BROTLI_PANIC_UNREACHABLE
public static final int BROTLI_PANIC_UNREACHABLE
- See Also:
- Constant Field Values
-
BROTLI_PANIC_UNALIGNED_COPY_BYTES
public static final int BROTLI_PANIC_UNALIGNED_COPY_BYTES
- See Also:
- Constant Field Values
-
-