Uses of Class
com.twelvemonkeys.imageio.plugins.webp.LSBBitReader
Packages that use LSBBitReader
Package
Description
-
Uses of LSBBitReader in com.twelvemonkeys.imageio.plugins.webp
Fields in com.twelvemonkeys.imageio.plugins.webp declared as LSBBitReader -
Uses of LSBBitReader in com.twelvemonkeys.imageio.plugins.webp.lossless
Fields in com.twelvemonkeys.imageio.plugins.webp.lossless declared as LSBBitReaderMethods in com.twelvemonkeys.imageio.plugins.webp.lossless with parameters of type LSBBitReaderModifier and TypeMethodDescriptionprivate static short[]
HuffmanTable.readCodeLengths
(LSBBitReader lsbBitReader, short[] aCodeLengths, int alphabetSize, int numPosCodeLens) short
HuffmanTable.readSymbol
(LSBBitReader lsbBitReader) Reads the next code symbol from the streaming and decode it using the Huffman tableConstructors in com.twelvemonkeys.imageio.plugins.webp.lossless with parameters of type LSBBitReaderModifierConstructorDescriptionHuffmanCodeGroup
(LSBBitReader lsbBitReader, int colorCacheBits) HuffmanTable
(LSBBitReader lsbBitReader, int alphabetSize) Build a Huffman table by reading the encoded symbol lengths from the reader