Uses of Interface
org.apache.any23.mime.purifier.Purifier
-
Packages that use Purifier Package Description org.apache.any23.mime This package provides support forMIME Type
data detection.org.apache.any23.mime.purifier This package contains all the logic to implement your ownPurifier
. -
-
Uses of Purifier in org.apache.any23.mime
Constructors in org.apache.any23.mime with parameters of type Purifier Constructor Description TikaMIMETypeDetector(Purifier purifier)
-
Uses of Purifier in org.apache.any23.mime.purifier
Classes in org.apache.any23.mime.purifier that implement Purifier Modifier and Type Class Description class
WhiteSpacesPurifier
Implementation ofPurifier
that removes all the eventual blank characters at the header of a file that might prevents its MIME Type detection.
-