Uses of Class
com.itextpdf.io.codec.brotli.dec.State
Packages that use State
-
Uses of State in com.itextpdf.io.codec.brotli.dec
Fields in com.itextpdf.io.codec.brotli.dec declared as StateMethods in com.itextpdf.io.codec.brotli.dec with parameters of type StateModifier and TypeMethodDescription(package private) static void
private static void
Decode.copyUncompressedData
(State state) private static void
Decode.decodeBlockTypeAndLength
(State state, int treeType) private static void
Decode.decodeCommandBlockSwitch
(State state) private static void
Decode.decodeDistanceBlockSwitch
(State state) private static void
Decode.decodeLiteralBlockSwitch
(State state) private static void
Decode.decodeMetaBlockLength
(BitReader br, State state) (package private) static void
Decode.decompress
(State state) Actual decompress implementation.private static void
Decode.maybeReallocateRingBuffer
(State state) private static void
Decode.readMetablockHuffmanCodesAndContextMaps
(State state) private static void
Decode.readMetablockInfo
(State state) Reads next metablock header.(package private) static void
Decode.setCustomDictionary
(State state, byte[] data) (package private) static void
State.setInput
(State state, InputStream input) Associate input with decoder state.private static boolean
Decode.writeRingBuffer
(State state)