Class DqtSegment
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.jpeg.segments.Segment
org.apache.commons.imaging.formats.jpeg.segments.DqtSegment
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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.Segment
dump, getSegmentType, toString
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Field Details
-
quantizationTables
-
-
Constructor Details
-
DqtSegment
- Throws:
ImageReadException
IOException
-
DqtSegment
- Throws:
ImageReadException
IOException
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in classSegment
-