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, toString
debugNumber, debugNumber, getByteOrder, setByteOrder
public final List<DqtSegment.QuantizationTable> quantizationTables
public DqtSegment(int marker, byte[] segmentData) throws ImageReadException, IOException
ImageReadException
IOException
public DqtSegment(int marker, int length, InputStream is) throws ImageReadException, IOException
ImageReadException
IOException
public String getDescription()
getDescription
in class Segment
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.