Uses of Class
org.apache.commons.imaging.formats.jpeg.segments.DhtSegment.HuffmanTable
-
Packages that use DhtSegment.HuffmanTable Package Description org.apache.commons.imaging.formats.jpeg.decoder JPEG image format decoder.org.apache.commons.imaging.formats.jpeg.segments JPEG image format segments. -
-
Uses of DhtSegment.HuffmanTable in org.apache.commons.imaging.formats.jpeg.decoder
Fields in org.apache.commons.imaging.formats.jpeg.decoder declared as DhtSegment.HuffmanTable Modifier and Type Field Description private DhtSegment.HuffmanTable[]JpegDecoder. huffmanACTablesprivate DhtSegment.HuffmanTable[]JpegDecoder. huffmanDCTablesMethods in org.apache.commons.imaging.formats.jpeg.decoder with parameters of type DhtSegment.HuffmanTable Modifier and Type Method Description private intJpegDecoder. decode(JpegInputStream is, DhtSegment.HuffmanTable huffmanTable) -
Uses of DhtSegment.HuffmanTable in org.apache.commons.imaging.formats.jpeg.segments
Fields in org.apache.commons.imaging.formats.jpeg.segments with type parameters of type DhtSegment.HuffmanTable Modifier and Type Field Description java.util.List<DhtSegment.HuffmanTable>DhtSegment. huffmanTables
-