Package com.itextpdf.io.codec.brotli.dec
Class RunningState
- java.lang.Object
-
- com.itextpdf.io.codec.brotli.dec.RunningState
-
final class RunningState extends java.lang.Object
Enumeration of decoding state-machine.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
BLOCK_START
(package private) static int
CLOSED
(package private) static int
COMPRESSED_BLOCK_START
(package private) static int
COPY_LOOP
(package private) static int
COPY_UNCOMPRESSED
(package private) static int
COPY_WRAP_BUFFER
(package private) static int
FINISHED
(package private) static int
INSERT_LOOP
(package private) static int
MAIN_LOOP
(package private) static int
READ_METADATA
(package private) static int
TRANSFORM
(package private) static int
UNINITIALIZED
(package private) static int
WRITE
-
Constructor Summary
Constructors Constructor Description RunningState()
-
-
-
Field Detail
-
UNINITIALIZED
static final int UNINITIALIZED
- See Also:
- Constant Field Values
-
BLOCK_START
static final int BLOCK_START
- See Also:
- Constant Field Values
-
COMPRESSED_BLOCK_START
static final int COMPRESSED_BLOCK_START
- See Also:
- Constant Field Values
-
MAIN_LOOP
static final int MAIN_LOOP
- See Also:
- Constant Field Values
-
READ_METADATA
static final int READ_METADATA
- See Also:
- Constant Field Values
-
COPY_UNCOMPRESSED
static final int COPY_UNCOMPRESSED
- See Also:
- Constant Field Values
-
INSERT_LOOP
static final int INSERT_LOOP
- See Also:
- Constant Field Values
-
COPY_LOOP
static final int COPY_LOOP
- See Also:
- Constant Field Values
-
COPY_WRAP_BUFFER
static final int COPY_WRAP_BUFFER
- See Also:
- Constant Field Values
-
TRANSFORM
static final int TRANSFORM
- See Also:
- Constant Field Values
-
FINISHED
static final int FINISHED
- See Also:
- Constant Field Values
-
CLOSED
static final int CLOSED
- See Also:
- Constant Field Values
-
WRITE
static final int WRITE
- See Also:
- Constant Field Values
-
-