public class JpegMetadataReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static Iterable<JpegSegmentMetadataReader> |
ALL_READERS |
| Modifier and Type | Method and Description |
|---|---|
static void |
process(Metadata metadata,
InputStream inputStream) |
static void |
process(Metadata metadata,
InputStream inputStream,
Iterable<JpegSegmentMetadataReader> readers) |
static void |
processJpegSegmentData(Metadata metadata,
Iterable<JpegSegmentMetadataReader> readers,
JpegSegmentData segmentData) |
static Metadata |
readMetadata(File file) |
static Metadata |
readMetadata(File file,
Iterable<JpegSegmentMetadataReader> readers) |
static Metadata |
readMetadata(InputStream inputStream) |
static Metadata |
readMetadata(InputStream inputStream,
Iterable<JpegSegmentMetadataReader> readers) |
public static final Iterable<JpegSegmentMetadataReader> ALL_READERS
public static Metadata readMetadata(InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) throws JpegProcessingException, IOException
JpegProcessingExceptionIOExceptionpublic static Metadata readMetadata(InputStream inputStream) throws JpegProcessingException, IOException
JpegProcessingExceptionIOExceptionpublic static Metadata readMetadata(File file, Iterable<JpegSegmentMetadataReader> readers) throws JpegProcessingException, IOException
JpegProcessingExceptionIOExceptionpublic static Metadata readMetadata(File file) throws JpegProcessingException, IOException
JpegProcessingExceptionIOExceptionpublic static void process(Metadata metadata, InputStream inputStream) throws JpegProcessingException, IOException
JpegProcessingExceptionIOExceptionpublic static void process(Metadata metadata, InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) throws JpegProcessingException, IOException
JpegProcessingExceptionIOExceptionpublic static void processJpegSegmentData(Metadata metadata, Iterable<JpegSegmentMetadataReader> readers, JpegSegmentData segmentData)
Copyright © 2002-2017 Drew Noakes. All Rights Reserved.