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
-
public class App13Segment extends AppnSegment
-
-
Field Summary
-
Fields inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
length, marker
-
-
Constructor Summary
Constructors Constructor Description App13Segment(int marker, byte[] segmentData)App13Segment(int marker, int markerLength, java.io.InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPhotoshopJpegSegment()PhotoshopApp13DataparsePhotoshopSegment(ImagingParameters<JpegImagingParameters> params)-
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AppnSegment
getDescription
-
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractGenericSegment
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
-
-
-
-
Method Detail
-
isPhotoshopJpegSegment
public boolean isPhotoshopJpegSegment()
-
parsePhotoshopSegment
public PhotoshopApp13Data parsePhotoshopSegment(ImagingParameters<JpegImagingParameters> params) throws ImagingException, java.io.IOException
- Throws:
ImagingExceptionjava.io.IOException
-
-