pixelmed
Public Member Functions | List of all members
com.pixelmed.codec.jpeg.MarkerSegmentSOS Class Reference

Public Member Functions

int getNComponentsPerScan ()
 
int[] getDCEntropyCodingTableSelector ()
 
int[] getACEntropyCodingTableSelector ()
 
int getStartOfSpectralOrPredictorSelection ()
 
int getSuccessiveApproximationBitPositionLowOrPointTransform ()
 
 MarkerSegmentSOS (byte[] b, int length) throws Exception
 
String toString ()
 

Detailed Description

A JPEG SOS Marker Segment.

Author
dclunie

Definition at line 10 of file MarkerSegmentSOS.java.

Constructor & Destructor Documentation

◆ MarkerSegmentSOS()

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().

Here is the call graph for this function:

Member Function Documentation

◆ getACEntropyCodingTableSelector()

int [] com.pixelmed.codec.jpeg.MarkerSegmentSOS.getACEntropyCodingTableSelector ( )

Definition at line 26 of file MarkerSegmentSOS.java.

Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment().

Here is the caller graph for this function:

◆ getDCEntropyCodingTableSelector()

int [] com.pixelmed.codec.jpeg.MarkerSegmentSOS.getDCEntropyCodingTableSelector ( )

Definition at line 25 of file MarkerSegmentSOS.java.

Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment().

Here is the caller graph for this function:

◆ getNComponentsPerScan()

int com.pixelmed.codec.jpeg.MarkerSegmentSOS.getNComponentsPerScan ( )

Definition at line 24 of file MarkerSegmentSOS.java.

Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment().

Here is the caller graph for this function:

◆ getStartOfSpectralOrPredictorSelection()

int com.pixelmed.codec.jpeg.MarkerSegmentSOS.getStartOfSpectralOrPredictorSelection ( )

Definition at line 27 of file MarkerSegmentSOS.java.

Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment().

Here is the caller graph for this function:

◆ getSuccessiveApproximationBitPositionLowOrPointTransform()

int com.pixelmed.codec.jpeg.MarkerSegmentSOS.getSuccessiveApproximationBitPositionLowOrPointTransform ( )

Definition at line 28 of file MarkerSegmentSOS.java.

Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment().

Here is the caller graph for this function:

◆ toString()

String com.pixelmed.codec.jpeg.MarkerSegmentSOS.toString ( )

Definition at line 52 of file MarkerSegmentSOS.java.