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

Public Member Functions

 MarkerSegmentDQT (byte[] b, int length) throws Exception
 
void addToMapByIdentifier (Map< String, QuantizationTable > qtByIdentifer)
 
String toString ()
 

Detailed Description

A JPEG DQT Marker Segment.

Author
dclunie

Definition at line 12 of file MarkerSegmentDQT.java.

Constructor & Destructor Documentation

◆ MarkerSegmentDQT()

com.pixelmed.codec.jpeg.MarkerSegmentDQT.MarkerSegmentDQT ( byte []  b,
int  length 
) throws Exception

Definition at line 22 of file MarkerSegmentDQT.java.

References com.pixelmed.codec.jpeg.Utilities.extract16be(), and com.pixelmed.codec.jpeg.Utilities.extract8().

Here is the call graph for this function:

Member Function Documentation

◆ addToMapByIdentifier()

void com.pixelmed.codec.jpeg.MarkerSegmentDQT.addToMapByIdentifier ( Map< String, QuantizationTable qtByIdentifer)

Definition at line 53 of file MarkerSegmentDQT.java.

Referenced by com.pixelmed.codec.jpeg.Parse.parse().

Here is the caller graph for this function:

◆ toString()

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

Definition at line 61 of file MarkerSegmentDQT.java.