Class DqtSegment
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
org.apache.commons.imaging.formats.jpeg.segments.DqtSegment
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
length, marker
-
Constructor Summary
ConstructorsConstructorDescriptionDqtSegment
(int marker, byte[] segmentData) DqtSegment
(int marker, int length, InputStream is) -
Method Summary
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 Details
-
quantizationTables
-
-
Constructor Details
-
DqtSegment
- Throws:
ImagingException
IOException
-
DqtSegment
- Throws:
ImagingException
IOException
-
-
Method Details
-
getDescription
Description copied from class:AbstractSegment
Gets the description.- Specified by:
getDescription
in classAbstractSegment
- Returns:
- the description.
-