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