Uses of Class
com.twelvemonkeys.imageio.plugins.webp.LSBBitReader
-
Packages that use LSBBitReader Package Description com.twelvemonkeys.imageio.plugins.webp com.twelvemonkeys.imageio.plugins.webp.lossless -
-
Uses of LSBBitReader in com.twelvemonkeys.imageio.plugins.webp
Fields in com.twelvemonkeys.imageio.plugins.webp declared as LSBBitReader Modifier and Type Field Description private LSBBitReaderWebPImageReader. lsbBitReader -
Uses of LSBBitReader in com.twelvemonkeys.imageio.plugins.webp.lossless
Fields in com.twelvemonkeys.imageio.plugins.webp.lossless declared as LSBBitReader Modifier and Type Field Description private LSBBitReaderVP8LDecoder. lsbBitReaderMethods in com.twelvemonkeys.imageio.plugins.webp.lossless with parameters of type LSBBitReader Modifier and Type Method Description private static short[]HuffmanTable. readCodeLengths(LSBBitReader lsbBitReader, short[] aCodeLengths, int alphabetSize, int numPosCodeLens)shortHuffmanTable. 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 LSBBitReader Constructor Description HuffmanCodeGroup(LSBBitReader lsbBitReader, int colorCacheBits)HuffmanTable(LSBBitReader lsbBitReader, int alphabetSize)Build a Huffman table by reading the encoded symbol lengths from the reader
-