Class App2Segment
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
org.apache.commons.imaging.formats.jpeg.segments.AbstractGenericSegment
org.apache.commons.imaging.formats.jpeg.segments.AppnSegment
org.apache.commons.imaging.formats.jpeg.segments.App2Segment
- All Implemented Interfaces:
- Comparable<App2Segment>
- 
Field SummaryFieldsFields inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegmentlength, marker
- 
Constructor SummaryConstructorsConstructorDescriptionApp2Segment(int marker, byte[] segmentData) App2Segment(int marker, int markerLength, InputStream is2) 
- 
Method SummaryMethods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AppnSegmentgetDescriptionMethods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractGenericSegmentdump, dump, getSegmentData, getSegmentData, getSegmentDataAsStringMethods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegmentgetSegmentType, toStringMethods inherited from class org.apache.commons.imaging.common.BinaryFileParserdebugNumber, debugNumber, getByteOrder, setByteOrder
- 
Field Details- 
curMarker
- 
numMarkers
 
- 
- 
Constructor Details- 
App2Segment- Throws:
- ImagingException
- IOException
 
- 
App2Segmentpublic App2Segment(int marker, int markerLength, InputStream is2) throws ImagingException, IOException - Throws:
- ImagingException
- IOException
 
 
- 
- 
Method Details- 
compareTo- Specified by:
- compareToin interface- Comparable<App2Segment>
 
- 
equals
- 
getIccBytes- Returns:
- the iccBytes
 
- 
hashCode
 
-