com.drew.metadata.jpeg
Class JpegCommentReader
java.lang.Object
com.drew.metadata.jpeg.JpegCommentReader
- MetadataReader
public class JpegCommentReader
extends java.lang.Object
- Drew Noakes http://drewnoakes.com
Metadata | extract() - Performs the Jpeg data extraction, returning a new instance of
Metadata .
|
Metadata | extract(Metadata metadata) - Performs the Jpeg data extraction, adding found values to the specified
instance of
Metadata .
|
JpegCommentReader
public JpegCommentReader(File jpegFile)
throws JpegProcessingException
Creates a new JpegReader for the specified Jpeg jpegFile.
JpegCommentReader
public JpegCommentReader(InputStream is)
throws JpegProcessingException
Creates a JpegCommentReader for a JPEG stream.
is
- JPEG stream. Stream will be closed.
JpegCommentReader
public JpegCommentReader(byte[] data)
Copyright © 2006 Drew Noakes. All Rights Reserved.