Package com.itextpdf.io.codec.brotli.dec
Class WordTransformType
java.lang.Object
com.itextpdf.io.codec.brotli.dec.WordTransformType
Enumeration of all possible word transformations.
There are two simple types of transforms: omit X first/last symbols, two character-case transforms and the identity transform.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
(package private) static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static int
getOmitFirst
(int type) (package private) static int
getOmitLast
(int type)
-
Field Details
-
IDENTITY
static final int IDENTITY- See Also:
-
OMIT_LAST_1
static final int OMIT_LAST_1- See Also:
-
OMIT_LAST_2
static final int OMIT_LAST_2- See Also:
-
OMIT_LAST_3
static final int OMIT_LAST_3- See Also:
-
OMIT_LAST_4
static final int OMIT_LAST_4- See Also:
-
OMIT_LAST_5
static final int OMIT_LAST_5- See Also:
-
OMIT_LAST_6
static final int OMIT_LAST_6- See Also:
-
OMIT_LAST_7
static final int OMIT_LAST_7- See Also:
-
OMIT_LAST_8
static final int OMIT_LAST_8- See Also:
-
OMIT_LAST_9
static final int OMIT_LAST_9- See Also:
-
UPPERCASE_FIRST
static final int UPPERCASE_FIRST- See Also:
-
UPPERCASE_ALL
static final int UPPERCASE_ALL- See Also:
-
OMIT_FIRST_1
static final int OMIT_FIRST_1- See Also:
-
OMIT_FIRST_2
static final int OMIT_FIRST_2- See Also:
-
OMIT_FIRST_3
static final int OMIT_FIRST_3- See Also:
-
OMIT_FIRST_4
static final int OMIT_FIRST_4- See Also:
-
OMIT_FIRST_5
static final int OMIT_FIRST_5- See Also:
-
OMIT_FIRST_6
static final int OMIT_FIRST_6- See Also:
-
OMIT_FIRST_7
static final int OMIT_FIRST_7- See Also:
-
OMIT_FIRST_8
static final int OMIT_FIRST_8- See Also:
-
OMIT_FIRST_9
static final int OMIT_FIRST_9- See Also:
-
-
Constructor Details
-
WordTransformType
WordTransformType()
-
-
Method Details
-
getOmitFirst
static int getOmitFirst(int type) -
getOmitLast
static int getOmitLast(int type)
-