com.drew.imaging.jpeg
public class JpegSegmentData extends Object implements Serializable
Constructor Summary | |
---|---|
JpegSegmentData() |
Method Summary | |
---|---|
void | addSegment(byte segmentMarker, byte[] segmentBytes) |
boolean | containsSegment(byte segmentMarker) |
static JpegSegmentData | FromFile(File file) |
byte[] | getSegment(byte segmentMarker) |
byte[] | getSegment(byte segmentMarker, int occurrence) |
int | getSegmentCount(byte segmentMarker) |
void | removeSegment(byte segmentMarker) |
void | removeSegmentOccurrence(byte segmentMarker, int occurrence) |
static void | ToFile(File file, JpegSegmentData segmentData) |