Uses of Class
org.apache.commons.imaging.formats.jpeg.segments.DhtSegment.HuffmanTable
Packages that use DhtSegment.HuffmanTable
Package
Description
JPEG image format decoder.
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.HuffmanTableModifier and TypeFieldDescriptionprivate final DhtSegment.HuffmanTable[]
JpegDecoder.huffmanACTables
private final DhtSegment.HuffmanTable[]
JpegDecoder.huffmanDCTables
Methods in org.apache.commons.imaging.formats.jpeg.decoder with parameters of type DhtSegment.HuffmanTableModifier and TypeMethodDescriptionprivate int
JpegDecoder.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