C G N O P R T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- checkCSVFormat(InputStream) - Static method in class org.apache.any23.mime.TikaMIMETypeDetector
-
Checks if the stream contains a valid CSV pattern.
- checkN3Format(InputStream) - Static method in class org.apache.any23.mime.TikaMIMETypeDetector
-
Checks if the stream contains the N3 triple patterns.
- checkNQuadsFormat(InputStream) - Static method in class org.apache.any23.mime.TikaMIMETypeDetector
-
Checks if the stream contains the NQuads patterns.
- checkTurtleFormat(InputStream) - Static method in class org.apache.any23.mime.TikaMIMETypeDetector
-
Checks if the stream contains Turtle triple patterns.
- CSV_MIMETYPE - Static variable in class org.apache.any23.mime.TikaMIMETypeDetector
G
- guessMIMEType(String, InputStream, MIMEType) - Method in class org.apache.any23.mime.NaiveMIMETypeDetector
- guessMIMEType(String, InputStream, MIMEType) - Method in class org.apache.any23.mime.TikaMIMETypeDetector
-
Estimates the
MIME
type of the content of input file.
N
- NaiveMIMETypeDetector - Class in org.apache.any23.mime
-
Basic implementation of
MIMETypeDetector
based on file extensions. - NaiveMIMETypeDetector() - Constructor for class org.apache.any23.mime.NaiveMIMETypeDetector
O
- org.apache.any23.mime - package org.apache.any23.mime
-
This package provides support for
MIME Type
data detection. - org.apache.any23.mime.purifier - package org.apache.any23.mime.purifier
P
- purify(InputStream) - Method in class org.apache.any23.mime.purifier.WhiteSpacesPurifier
R
- RESOURCE_NAME - Static variable in class org.apache.any23.mime.TikaMIMETypeDetector
T
- TikaMIMETypeDetector - Class in org.apache.any23.mime
-
Implementation of
MIMETypeDetector
based on Apache Tika. - TikaMIMETypeDetector() - Constructor for class org.apache.any23.mime.TikaMIMETypeDetector
- TikaMIMETypeDetector(Purifier) - Constructor for class org.apache.any23.mime.TikaMIMETypeDetector
W
- WhiteSpacesPurifier - Class in org.apache.any23.mime.purifier
-
Implementation of
Purifier
that removes all the eventual blank characters at the header of a file that might prevents its MIME Type detection. - WhiteSpacesPurifier() - Constructor for class org.apache.any23.mime.purifier.WhiteSpacesPurifier
All Classes All Packages