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.GenericSegment
org.apache.commons.imaging.formats.jpeg.segments.AppnSegment
org.apache.commons.imaging.formats.jpeg.segments.App2Segment
- All Implemented Interfaces:
Comparable<App2Segment>
-
Field Summary
FieldsFields inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
length, marker
-
Constructor Summary
ConstructorsConstructorDescriptionApp2Segment
(int marker, byte[] segmentData) App2Segment
(int marker, int markerLength, InputStream is2) -
Method Summary
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AppnSegment
getDescription
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.GenericSegment
dump, dump, getSegmentData, getSegmentData, getSegmentDataAsString
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
getSegmentType, toString
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Field Details
-
curMarker
-
numMarkers
-
-
Constructor Details
-
App2Segment
- Throws:
ImagingException
IOException
-
App2Segment
public App2Segment(int marker, int markerLength, InputStream is2) throws ImagingException, IOException - Throws:
ImagingException
IOException
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<App2Segment>
-
equals
-
getIccBytes
- Returns:
- the iccBytes
-
hashCode
-