Class DhtSegment
- java.lang.Object
-
- org.apache.commons.imaging.common.BinaryFileParser
-
- org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
-
- org.apache.commons.imaging.formats.jpeg.segments.DhtSegment
-
public final class DhtSegment extends AbstractSegment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDhtSegment.HuffmanTable
-
Field Summary
Fields Modifier and Type Field Description java.util.List<DhtSegment.HuffmanTable>huffmanTables-
Fields inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
length, marker
-
-
Constructor Summary
Constructors Constructor Description DhtSegment(int marker, byte[] segmentData)DhtSegment(int marker, int length, java.io.InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the description.-
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
dump, getSegmentType, toString
-
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
-
-
-
Field Detail
-
huffmanTables
public final java.util.List<DhtSegment.HuffmanTable> huffmanTables
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Description copied from class:AbstractSegmentGets the description.- Specified by:
getDescriptionin classAbstractSegment- Returns:
- the description.
-
-