Class App13Segment
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.App13Segment
-
Field Summary
Fields inherited from class AbstractSegment
length, marker -
Constructor Summary
ConstructorsConstructorDescriptionApp13Segment(int marker, byte[] segmentData) App13Segment(int marker, int markerLength, InputStream is) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class AppnSegment
getDescriptionMethods inherited from class AbstractGenericSegment
dump, dump, getSegmentData, getSegmentData, getSegmentDataAsStringMethods inherited from class AbstractSegment
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(ImagingParameters<JpegImagingParameters> params) throws ImagingException, IOException - Throws:
ImagingExceptionIOException
-