Class JfifSegment
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
org.apache.commons.imaging.formats.jpeg.segments.JfifSegment
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal intfinal intfinal intfinal intfinal intfinal intfinal intfinal intFields inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegmentlength, marker
- 
Constructor SummaryConstructorsConstructorDescriptionJfifSegment(int marker, byte[] segmentData) JfifSegment(int marker, int markerLength, InputStream is) 
- 
Method SummaryMethods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegmentdump, getSegmentType, toStringMethods inherited from class org.apache.commons.imaging.common.BinaryFileParserdebugNumber, debugNumber, getByteOrder, setByteOrder
- 
Field Details- 
jfifMajorVersion
- 
jfifMinorVersion
- 
densityUnits
- 
xDensity
- 
yDensity
- 
xThumbnail
- 
yThumbnail
- 
thumbnailSize
 
- 
- 
Constructor Details- 
JfifSegment- Throws:
- ImagingException
- IOException
 
- 
JfifSegmentpublic JfifSegment(int marker, int markerLength, InputStream is) throws ImagingException, IOException - Throws:
- ImagingException
- IOException
 
 
- 
- 
Method Details- 
getDescriptionDescription copied from class:AbstractSegmentGets the description.- Specified by:
- getDescriptionin class- AbstractSegment
- Returns:
- the description.
 
 
-