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

Public Member Functions

 MarkerSegmentAPP0JFIF (byte[] b, int length)
 
String toString ()
 

Detailed Description

A JPEG APP0 JFIF Marker Segment.

Author
dclunie

Definition at line 10 of file MarkerSegmentAPP0JFIF.java.

Constructor & Destructor Documentation

◆ MarkerSegmentAPP0JFIF()

com.pixelmed.codec.jpeg.MarkerSegmentAPP0JFIF.MarkerSegmentAPP0JFIF ( byte[]  b,
int  length 
)

Definition at line 21 of file MarkerSegmentAPP0JFIF.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

◆ toString()

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

Definition at line 31 of file MarkerSegmentAPP0JFIF.java.

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

Here is the call graph for this function: