Package org.apache.poi.ss.extractor
Class EmbeddedExtractor.Ole10Extractor
- java.lang.Object
-
- org.apache.poi.ss.extractor.EmbeddedExtractor
-
- org.apache.poi.ss.extractor.EmbeddedExtractor.Ole10Extractor
-
- All Implemented Interfaces:
java.lang.Iterable<EmbeddedExtractor>
- Enclosing class:
- EmbeddedExtractor
public static class EmbeddedExtractor.Ole10Extractor extends EmbeddedExtractor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.ss.extractor.EmbeddedExtractor
EmbeddedExtractor.Ole10Extractor
-
-
Constructor Summary
Constructors Constructor Description Ole10Extractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canExtract(DirectoryNode dn)
EmbeddedData
extract(DirectoryNode dn)
-
Methods inherited from class org.apache.poi.ss.extractor.EmbeddedExtractor
canExtract, extractAll, extractOne, extractOne, iterator
-
-
-
-
Method Detail
-
canExtract
public boolean canExtract(DirectoryNode dn)
- Overrides:
canExtract
in classEmbeddedExtractor
-
extract
public EmbeddedData extract(DirectoryNode dn) throws java.io.IOException
- Throws:
java.io.IOException
-
-