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 SummaryFields inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegmentlength, marker
- 
Constructor SummaryConstructorsConstructorDescriptionApp13Segment(int marker, byte[] segmentData) App13Segment(int marker, int markerLength, InputStream is) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanMethods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AppnSegmentgetDescriptionMethods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractGenericSegmentdump, dump, getSegmentData, getSegmentData, getSegmentDataAsStringMethods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegmentgetSegmentType, toStringMethods inherited from class org.apache.commons.imaging.common.BinaryFileParserdebugNumber, debugNumber, getByteOrder, setByteOrder
- 
Constructor Details- 
App13Segment- Throws:
- IOException
 
- 
App13Segment- Throws:
- IOException
 
 
- 
- 
Method Details- 
isPhotoshopJpegSegment
- 
parsePhotoshopSegmentpublic PhotoshopApp13Data parsePhotoshopSegment(ImagingParameters<JpegImagingParameters> params) throws ImagingException, IOException - Throws:
- ImagingException
- IOException
 
 
-