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 EmbeddedStreamTranslator
IOException
public InputStream translate(InputStream inputStream, Metadata metadata) throws IOException
translate
in interface EmbeddedStreamTranslator
IOException
protected void copy(org.apache.poi.poifs.filesystem.DirectoryEntry sourceDir, org.apache.poi.poifs.filesystem.DirectoryEntry destDir) throws IOException
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.