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,
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.
|
String |
getDescription() |
dump, getSegmentType, toStringdebugNumber, debugNumber, getByteOrder, setByteOrderpublic 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 IOException
IOExceptionpublic SosSegment(int marker,
int markerLength,
InputStream is)
throws IOException
IOExceptionpublic SosSegment.Component[] getComponents()
public SosSegment.Component getComponents(int index)
index - the component indexpublic String getDescription()
getDescription in class SegmentCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.