public class MSEmbeddedStreamTranslator extends Object implements EmbeddedStreamTranslator
| Constructor and Description |
|---|
MSEmbeddedStreamTranslator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copy(org.apache.poi.poifs.filesystem.DirectoryEntry sourceDir,
org.apache.poi.poifs.filesystem.DirectoryEntry destDir) |
boolean |
shouldTranslate(InputStream inputStream,
Metadata metadata) |
InputStream |
translate(InputStream inputStream,
Metadata metadata) |
public boolean shouldTranslate(InputStream inputStream, Metadata metadata) throws IOException
shouldTranslate in interface EmbeddedStreamTranslatorIOExceptionpublic InputStream translate(InputStream inputStream, Metadata metadata) throws IOException
translate in interface EmbeddedStreamTranslatorIOExceptionprotected void copy(org.apache.poi.poifs.filesystem.DirectoryEntry sourceDir,
org.apache.poi.poifs.filesystem.DirectoryEntry destDir)
throws IOException
IOExceptionCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.