protected static class JpegRewriter.JFIFPieceSegment extends JpegRewriter.JFIFPiece
| Modifier and Type | Field and Description |
|---|---|
int |
marker |
byte[] |
markerBytes |
byte[] |
segmentData |
byte[] |
segmentLengthBytes |
| Constructor and Description |
|---|
JpegRewriter.JFIFPieceSegment(int marker,
byte[] segmentData) |
JpegRewriter.JFIFPieceSegment(int marker,
byte[] markerBytes,
byte[] segmentLengthBytes,
byte[] segmentData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApp1Segment() |
boolean |
isAppSegment() |
boolean |
isExifSegment() |
boolean |
isPhotoshopApp13Segment() |
boolean |
isXmpSegment() |
String |
toString() |
protected void |
write(OutputStream os) |
public final int marker
public final byte[] markerBytes
public final byte[] segmentLengthBytes
public final byte[] segmentData
public JpegRewriter.JFIFPieceSegment(int marker,
byte[] segmentData)
public JpegRewriter.JFIFPieceSegment(int marker,
byte[] markerBytes,
byte[] segmentLengthBytes,
byte[] segmentData)
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()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.