public class DqtSegment extends Segment
| Modifier and Type | Class and Description |
|---|---|
static class |
DqtSegment.QuantizationTable |
| Modifier and Type | Field and Description |
|---|---|
List<DqtSegment.QuantizationTable> |
quantizationTables |
| Constructor and Description |
|---|
DqtSegment(int marker,
byte[] segmentData) |
DqtSegment(int marker,
int length,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
dump, getSegmentType, toStringdebugNumber, debugNumber, getByteOrder, setByteOrderpublic final List<DqtSegment.QuantizationTable> quantizationTables
public DqtSegment(int marker,
byte[] segmentData)
throws ImageReadException,
IOException
ImageReadExceptionIOExceptionpublic DqtSegment(int marker,
int length,
InputStream is)
throws ImageReadException,
IOException
ImageReadExceptionIOExceptionpublic String getDescription()
getDescription in class SegmentCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.