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.JFIFPiece
protected void write(OutputStream os) throws IOException
write
in class JpegRewriter.JFIFPiece
IOException
public boolean isApp1Segment()
public boolean isAppSegment()
public boolean isExifSegment()
public boolean isPhotoshopApp13Segment()
public boolean isXmpSegment()
Copyright © 2007-2012. All Rights Reserved.