public class SosSegment extends Segment
Modifier and Type | Class and Description |
---|---|
static class |
SosSegment.Component |
Modifier and Type | Field and Description |
---|---|
int |
endOfSpectralSelection |
int |
numberOfComponents |
int |
startOfSpectralSelection |
int |
successiveApproximationBitHigh |
int |
successiveApproximationBitLow |
Constructor and Description |
---|
SosSegment(int marker,
byte[] segmentData) |
SosSegment(int marker,
int markerLength,
java.io.InputStream is) |
Modifier and Type | Method and Description |
---|---|
SosSegment.Component[] |
getComponents()
Returns a copy of all the components.
|
SosSegment.Component |
getComponents(int index)
Return a component at the specified index.
|
java.lang.String |
getDescription() |
dump, getSegmentType, toString
getByteOrder, getDebug, setDebug
public final int numberOfComponents
public final int startOfSpectralSelection
public final int endOfSpectralSelection
public final int successiveApproximationBitHigh
public final int successiveApproximationBitLow
public SosSegment(int marker, byte[] segmentData) throws java.io.IOException
java.io.IOException
public SosSegment(int marker, int markerLength, java.io.InputStream is) throws java.io.IOException
java.io.IOException
public SosSegment.Component[] getComponents()
public SosSegment.Component getComponents(int index)
index
- the component indexpublic java.lang.String getDescription()
getDescription
in class Segment
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"