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

Public Member Functions

 MarkerSegmentDHT (byte[] b, int length) throws Exception
 
void addToMapByClassAndIdentifier (Map< String, HuffmanTable > htByClassAndIdentifer)
 
String toString ()
 

Detailed Description

A JPEG DHT Marker Segment.

Author
dclunie

Definition at line 12 of file MarkerSegmentDHT.java.

Constructor & Destructor Documentation

◆ MarkerSegmentDHT()

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

Definition at line 23 of file MarkerSegmentDHT.java.

References com.pixelmed.codec.jpeg.Utilities.extract8().

Here is the call graph for this function:

Member Function Documentation

◆ addToMapByClassAndIdentifier()

void com.pixelmed.codec.jpeg.MarkerSegmentDHT.addToMapByClassAndIdentifier ( Map< String, HuffmanTable htByClassAndIdentifer)

Definition at line 57 of file MarkerSegmentDHT.java.

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

Here is the caller graph for this function:

◆ toString()

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

Definition at line 66 of file MarkerSegmentDHT.java.