Class CompressorParser

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

    public class CompressorParser
    extends Object
    implements org.apache.tika.parser.Parser
    Parser for various compression formats.
    See Also:
    Serialized Form
    • Constructor Detail

      • CompressorParser

        public CompressorParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)
        Specified by:
        getSupportedTypes in interface org.apache.tika.parser.Parser
      • parse

        public void parse​(InputStream stream,
                          ContentHandler handler,
                          org.apache.tika.metadata.Metadata metadata,
                          org.apache.tika.parser.ParseContext context)
                   throws IOException,
                          SAXException,
                          org.apache.tika.exception.TikaException
        Specified by:
        parse in interface org.apache.tika.parser.Parser
        Throws:
        IOException
        SAXException
        org.apache.tika.exception.TikaException
      • setMemoryLimitInKb

        @Field
        public void setMemoryLimitInKb​(int memoryLimitInKb)
      • getMemoryLimitInKb

        public int getMemoryLimitInKb()
      • setDecompressConcatenated

        @Field
        public void setDecompressConcatenated​(boolean decompressConcatenated)
      • isDecompressConcatenated

        public boolean isDecompressConcatenated()