Class ImageMetadataExtractor

  • All Implemented Interfaces:
    IMetadataExtractor

    public class ImageMetadataExtractor
    extends java.lang.Object
    implements IMetadataExtractor
    Provides image meta data extraction information using FileParserManager. Extracting the following meta datas:
    • WIDTH
    • HEIGHT
    • FORMAT
    Since:
    6.1.0
    Version:
    $Revision: 16814 $ $Date: 2015-01-23 11:33:18 -0200 (Fri, 23 Jan 2015) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void extractMetadata​(java.io.InputStream inputStream, java.lang.String contentType, FileMetadata fileMetadata)
      Extracts the meta data information from the given input stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageMetadataExtractor

        public ImageMetadataExtractor()
    • Method Detail

      • extractMetadata

        public void extractMetadata​(java.io.InputStream inputStream,
                                    java.lang.String contentType,
                                    FileMetadata fileMetadata)
                             throws PortalException
        Description copied from interface: IMetadataExtractor
        Extracts the meta data information from the given input stream. The meta data information extracted is to be set in the given fileMetadata parameter.
        Specified by:
        extractMetadata in interface IMetadataExtractor
        Parameters:
        inputStream - the input stream source of meta data information.
        contentType - the content type of the file.
        fileMetadata - the meta data information to be updated.
        Throws:
        PortalException