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, toStringMethods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Field Details
-
quantizationTables
-
-
Constructor Details
-
DqtSegment
- Throws:
ImageReadExceptionIOException
-
DqtSegment
- Throws:
ImageReadExceptionIOException
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin classSegment
-