Class ImageMetadataExtractor

  • All Implemented Interfaces:
    IMetadataExtractor

    public class ImageMetadataExtractor
    extends 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) $
    • Constructor Detail

      • ImageMetadataExtractor

        public ImageMetadataExtractor()
    • Method Detail

      • extractMetadata

        public void extractMetadata​(InputStream inputStream,
                                    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