Class BPGParser

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

    public class BPGParser
    extends AbstractImageParser
    Parser for the Better Portable Graphics (BPG) File Format.

    Documentation on the file format is available from http://bellard.org/bpg/bpg_spec.txt

    See Also:
    Serialized Form
    • Constructor Detail

      • BPGParser

        public BPGParser()
    • Method Detail

      • getSupportedTypes

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

        @Field
        public void setMaxRecordLength​(int maxRecordLength)
      • getMaxRecordLength

        public int getMaxRecordLength()