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 voidprivate static voidDecode.copyUncompressedData(State state) private static voidDecode.decodeBlockTypeAndLength(State state, int treeType) private static voidDecode.decodeCommandBlockSwitch(State state) private static voidDecode.decodeDistanceBlockSwitch(State state) private static voidDecode.decodeLiteralBlockSwitch(State state) private static voidDecode.decodeMetaBlockLength(BitReader br, State state) (package private) static voidDecode.decompress(State state) Actual decompress implementation.private static voidDecode.maybeReallocateRingBuffer(State state) private static voidDecode.readMetablockHuffmanCodesAndContextMaps(State state) private static voidDecode.readMetablockInfo(State state) Reads next metablock header.(package private) static voidDecode.setCustomDictionary(State state, byte[] data) (package private) static voidState.setInput(State state, InputStream input) Associate input with decoder state.private static booleanDecode.writeRingBuffer(State state)