Class UnrarParser

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

    public class UnrarParser
    extends org.apache.tika.parser.AbstractParser
    Parser for Rar files. This relies on 'unrar' being installed and on the path. This is not the default rar parser and must be selected via the tika-config.xml.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnrarParser

        public UnrarParser()
    • Method Detail

      • getSupportedTypes

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