protected static class JpegRewriter.JFIFPieceSegment extends JpegRewriter.JFIFPiece
| Modifier and Type | Field and Description |
|---|---|
int |
marker |
| Constructor and Description |
|---|
JFIFPieceSegment(int marker,
byte[] segmentData) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSegmentData() |
boolean |
isApp1Segment() |
boolean |
isAppSegment() |
boolean |
isExifSegment() |
boolean |
isPhotoshopApp13Segment() |
boolean |
isXmpSegment() |
String |
toString() |
protected void |
write(OutputStream os) |
public String toString()
toString in class JpegRewriter.JFIFPieceprotected void write(OutputStream os) throws IOException
write in class JpegRewriter.JFIFPieceIOExceptionpublic boolean isApp1Segment()
public boolean isAppSegment()
public boolean isExifSegment()
public boolean isPhotoshopApp13Segment()
public boolean isXmpSegment()
public byte[] getSegmentData()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.