| Method and Description |
|---|
| org.apache.tika.detect.microsoft.POIFSContainerDetector.detect(Set<String>)
Use
POIFSContainerDetector.detect(Set, DirectoryEntry) and pass the root
entry of the filesystem whose type is to be detected, as a
second argument. |
| org.apache.tika.parser.microsoft.chm.ChmBlockInfo.getChmBlockInfoInstance(DirectoryListingEntry, int, ChmLzxcControlData) |
| org.apache.tika.parser.microsoft.rtf.RTFParser.getMaxBytesForEmbeddedObject() |
| org.apache.tika.parser.microsoft.OutlookExtractor.parse(XHTMLContentHandler, Metadata)
use
#parse(XHTMLContentHandler), will be removed after 2.4.0 |
| org.apache.tika.parser.microsoft.rtf.RTFParser.setMaxBytesForEmbeddedObject(int)
use
RTFParser.setMemoryLimitInKb(int) instead |
| Constructor and Description |
|---|
| org.apache.tika.parser.microsoft.OutlookExtractor(DirectoryNode, ParseContext)
use
OutlookExtractor(DirectoryNode, Metadata, ParseContext)
Will be removed after 2.4.0 |
| org.apache.tika.parser.microsoft.OutlookExtractor(POIFSFileSystem, ParseContext)
use
OutlookExtractor(DirectoryNode, Metadata, ParseContext)
Will be removed after 2.4.0 |
| org.apache.tika.parser.microsoft.ooxml.XWPFWordExtractorDecorator(ParseContext, XWPFWordExtractor) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.