Package org.apache.tika.parser.microsoft
Class TNEFParser
- java.lang.Object
-
- org.apache.tika.parser.microsoft.TNEFParser
-
- All Implemented Interfaces:
Serializable,org.apache.tika.parser.Parser
public class TNEFParser extends Object implements org.apache.tika.parser.Parser
A POI-powered Tika Parser for TNEF (Transport Neutral Encoding Format) messages, aka winmail.dat- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TNEFParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.apache.tika.mime.MediaType>getSupportedTypes(org.apache.tika.parser.ParseContext context)voidparse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context)Extracts properties and text from an MS Document input stream
-
-
-
Method Detail
-
getSupportedTypes
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
- Specified by:
getSupportedTypesin interfaceorg.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
Extracts properties and text from an MS Document input stream- Specified by:
parsein interfaceorg.apache.tika.parser.Parser- Throws:
IOExceptionSAXExceptionorg.apache.tika.exception.TikaException
-
-