org.semanticdesktop.aperture.extractor.jpg
Class JpgExtractor
java.lang.Object
  
org.semanticdesktop.aperture.extractor.jpg.JpgExtractor
- All Implemented Interfaces: 
 - Extractor
 
public class JpgExtractor
- extends Object
- implements Extractor
  
Implementation of JPG extractor for Aperture. Only a frontend to fuctionality from classes
 JpgHeaderExtractor (EXIF, IPTC headers) and JpgContentExtractor (various features on the pictures).
- Author:
 
  - Manuel Moeller
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JpgExtractor
public JpgExtractor()
extract
public void extract(URI id,
                    InputStream stream,
                    Charset charset,
                    String mimeType,
                    RDFContainer result)
             throws ExtractorException
- Calls the appropriate methods from 
JpgHeaderExtractor.
- Specified by:
 extract in interface Extractor
 
- Parameters:
 id - Aperture URI of the current filestream - InputStream of the current filecharset - irrelevant for imagesmimeType - irrelevant for imagesresult - RDFContainer holding the results
- Throws:
 ExtractorException - in case of any error during the extraction process.
 
 
Copyright © 2010 Aperture Development Team. All Rights Reserved.