Class MSEmbeddedStreamTranslator
java.lang.Object
org.apache.tika.extractor.microsoft.MSEmbeddedStreamTranslator
- All Implemented Interfaces:
EmbeddedStreamTranslator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
copy
(org.apache.poi.poifs.filesystem.DirectoryEntry sourceDir, org.apache.poi.poifs.filesystem.DirectoryEntry destDir) boolean
shouldTranslate
(InputStream inputStream, Metadata metadata) translate
(InputStream inputStream, Metadata metadata)
-
Constructor Details
-
MSEmbeddedStreamTranslator
public MSEmbeddedStreamTranslator()
-
-
Method Details
-
shouldTranslate
- Specified by:
shouldTranslate
in interfaceEmbeddedStreamTranslator
- Throws:
IOException
-
translate
- Specified by:
translate
in interfaceEmbeddedStreamTranslator
- Throws:
IOException
-
copy
protected void copy(org.apache.poi.poifs.filesystem.DirectoryEntry sourceDir, org.apache.poi.poifs.filesystem.DirectoryEntry destDir) throws IOException - Throws:
IOException
-