final class JPEGScanHeader extends JPEGVariableSizeSegment
Modifier and Type | Field and Description |
---|---|
int[][] |
componentParameters |
reference
Constructor and Description |
---|
JPEGScanHeader(byte[] reference) |
JPEGScanHeader(LEDataInputStream byteStream) |
Modifier and Type | Method and Description |
---|---|
int |
getApproxBitPositionHigh() |
int |
getApproxBitPositionLow() |
int |
getEndOfSpectralSelection() |
int |
getNumberOfImageComponents() |
int |
getStartOfSpectralSelection() |
(package private) void |
initializeComponentParameters() |
void |
initializeContents() |
boolean |
isACProgressiveScan() |
boolean |
isDCProgressiveScan() |
boolean |
isFirstScan() |
void |
setEndOfSpectralSelection(int anInteger) |
void |
setNumberOfImageComponents(int anInteger) |
void |
setStartOfSpectralSelection(int anInteger) |
int |
signature() |
boolean |
verifyProgressiveScan() |
getSegmentLength, getSegmentMarker, setSegmentLength, setSegmentMarker, verify, writeToStream
public JPEGScanHeader(byte[] reference)
public JPEGScanHeader(LEDataInputStream byteStream)
public int getApproxBitPositionHigh()
public int getApproxBitPositionLow()
public int getEndOfSpectralSelection()
public int getNumberOfImageComponents()
public int getStartOfSpectralSelection()
void initializeComponentParameters()
public void initializeContents()
public void setEndOfSpectralSelection(int anInteger)
public void setNumberOfImageComponents(int anInteger)
public void setStartOfSpectralSelection(int anInteger)
public int signature()
signature
in class JPEGSegment
public boolean verifyProgressiveScan()
public boolean isACProgressiveScan()
public boolean isDCProgressiveScan()
public boolean isFirstScan()