Class App13Segment
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.jpeg.segments.Segment
org.apache.commons.imaging.formats.jpeg.segments.GenericSegment
org.apache.commons.imaging.formats.jpeg.segments.AppnSegment
org.apache.commons.imaging.formats.jpeg.segments.App13Segment
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionApp13Segment
(int marker, int markerLength, InputStream is) App13Segment
(JpegImageParser parser, int marker, byte[] segmentData) -
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.Segment
getSegmentType, toString
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Constructor Details
-
App13Segment
- Throws:
IOException
-
App13Segment
- Throws:
IOException
-
-
Method Details
-
isPhotoshopJpegSegment
public boolean isPhotoshopJpegSegment() -
parsePhotoshopSegment
public PhotoshopApp13Data parsePhotoshopSegment(Map<String, Object> params) throws ImageReadException, IOException- Throws:
ImageReadException
IOException
-