public class App13Segment extends AppnSegment
| Modifier and Type | Field and Description |
|---|---|
protected JpegImageParser |
parser |
| Constructor and Description |
|---|
App13Segment(JpegImageParser parser,
int marker,
byte[] segmentData) |
App13Segment(JpegImageParser parser,
int marker,
int markerLength,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPhotoshopJpegSegment() |
PhotoshopApp13Data |
parsePhotoshopSegment(Map<String,Object> params) |
getDescriptiondump, dump, getSegmentData, getSegmentData, getSegmentDataAsStringgetSegmentType, toStringdebugNumber, debugNumber, getByteOrder, getDebug, setByteOrder, setDebugprotected final JpegImageParser parser
public App13Segment(JpegImageParser parser, int marker, byte[] segmentData) throws IOException
IOExceptionpublic App13Segment(JpegImageParser parser, int marker, int markerLength, InputStream is) throws IOException
IOExceptionpublic boolean isPhotoshopJpegSegment()
public PhotoshopApp13Data parsePhotoshopSegment(Map<String,Object> params) throws ImageReadException, IOException
ImageReadExceptionIOExceptionCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.