public class JpegUtils extends BinaryFileParser
Modifier and Type | Class and Description |
---|---|
static interface |
JpegUtils.Visitor |
Constructor and Description |
---|
JpegUtils() |
Modifier and Type | Method and Description |
---|---|
void |
dumpJFIF(ByteSource byteSource) |
static java.lang.String |
getMarkerName(int marker) |
void |
traverseJFIF(ByteSource byteSource,
JpegUtils.Visitor visitor) |
getByteOrder, getDebug, setDebug
public void traverseJFIF(ByteSource byteSource, JpegUtils.Visitor visitor) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public static java.lang.String getMarkerName(int marker)
public void dumpJFIF(ByteSource byteSource) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"