Class ZipParserConfig

java.lang.Object
org.apache.tika.parser.pkg.ZipParserConfig
All Implemented Interfaces:
Serializable

public class ZipParserConfig extends Object implements Serializable
Configuration for ZipParser.
See Also:
  • Constructor Details

    • ZipParserConfig

      public ZipParserConfig()
  • Method Details

    • isDetectCharsetsInEntryNames

      public boolean isDetectCharsetsInEntryNames()
    • setDetectCharsetsInEntryNames

      public void setDetectCharsetsInEntryNames(boolean detectCharsetsInEntryNames)
    • getEntryEncoding

      public Charset getEntryEncoding()
    • setEntryEncoding

      public void setEntryEncoding(Charset entryEncoding)
    • setEntryEncodingName

      public void setEntryEncodingName(String charsetName) throws TikaConfigException
      Set the entry encoding from a string (for JSON deserialization).
      Parameters:
      charsetName - the charset name
      Throws:
      TikaConfigException - if the charset is not supported
    • isIntegrityCheck

      public boolean isIntegrityCheck()
    • setIntegrityCheck

      public void setIntegrityCheck(boolean integrityCheck)