public static interface JpegUtils.Visitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
beginSOS() |
boolean |
visitSegment(int marker,
byte[] markerBytes,
int segmentLength,
byte[] segmentLengthBytes,
byte[] segmentData) |
void |
visitSOS(int marker,
byte[] markerBytes,
byte[] imageData) |
boolean beginSOS()
void visitSOS(int marker,
byte[] markerBytes,
byte[] imageData)
boolean visitSegment(int marker,
byte[] markerBytes,
int segmentLength,
byte[] segmentLengthBytes,
byte[] segmentData)
throws ImageReadException,
java.io.IOException
ImageReadExceptionjava.io.IOException"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"