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 AppnSegment
getDescriptionMethods inherited from class GenericSegment
dump, dump, getSegmentData, getSegmentData, getSegmentDataAsStringMethods inherited from class Segment
getSegmentType, toStringMethods inherited from class 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:
ImageReadExceptionIOException
-