pixelmed
|
Public Member Functions | |
int | getNComponentsPerScan () |
int[] | getDCEntropyCodingTableSelector () |
int[] | getACEntropyCodingTableSelector () |
int | getStartOfSpectralOrPredictorSelection () |
int | getSuccessiveApproximationBitPositionLowOrPointTransform () |
MarkerSegmentSOS (byte[] b, int length) throws Exception | |
String | toString () |
A JPEG SOS Marker Segment.
Definition at line 10 of file MarkerSegmentSOS.java.
com.pixelmed.codec.jpeg.MarkerSegmentSOS.MarkerSegmentSOS | ( | byte[] | b, |
int | length | ||
) | throws Exception |
Definition at line 30 of file MarkerSegmentSOS.java.
References com.pixelmed.codec.jpeg.Utilities.extract8().
int [] com.pixelmed.codec.jpeg.MarkerSegmentSOS.getACEntropyCodingTableSelector | ( | ) |
Definition at line 26 of file MarkerSegmentSOS.java.
Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment().
int [] com.pixelmed.codec.jpeg.MarkerSegmentSOS.getDCEntropyCodingTableSelector | ( | ) |
Definition at line 25 of file MarkerSegmentSOS.java.
Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment().
int com.pixelmed.codec.jpeg.MarkerSegmentSOS.getNComponentsPerScan | ( | ) |
Definition at line 24 of file MarkerSegmentSOS.java.
Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment().
int com.pixelmed.codec.jpeg.MarkerSegmentSOS.getStartOfSpectralOrPredictorSelection | ( | ) |
Definition at line 27 of file MarkerSegmentSOS.java.
Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment().
int com.pixelmed.codec.jpeg.MarkerSegmentSOS.getSuccessiveApproximationBitPositionLowOrPointTransform | ( | ) |
Definition at line 28 of file MarkerSegmentSOS.java.
Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment().
String com.pixelmed.codec.jpeg.MarkerSegmentSOS.toString | ( | ) |
Definition at line 52 of file MarkerSegmentSOS.java.