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 String |
getMarkerName(int marker) |
void |
traverseJFIF(ByteSource byteSource,
JpegUtils.Visitor visitor) |
debugNumber, debugNumber, getByteOrder, setByteOrderpublic void traverseJFIF(ByteSource byteSource, JpegUtils.Visitor visitor) throws ImageReadException, IOException
ImageReadExceptionIOExceptionpublic static String getMarkerName(int marker)
public void dumpJFIF(ByteSource byteSource) throws ImageReadException, IOException
ImageReadExceptionIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.