Class PSDParser

  • All Implemented Interfaces:
    Serializable, org.apache.tika.parser.Parser

    public class PSDParser
    extends org.apache.tika.parser.AbstractParser
    Parser for the Adobe Photoshop PSD File Format.

    Documentation on the file format is available from http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm

    See Also:
    Serialized Form
    • Constructor Detail

      • PSDParser

        public PSDParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)