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:
 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 booleancanExtract(DirectoryNode dn)EmbeddedDataextract(DirectoryNode dn)- 
Methods inherited from class org.apache.poi.ss.extractor.EmbeddedExtractor
canExtract, copyNodes, extract, extractAll, extractAll, extractOne, extractOne, getMaxRecordLength, iterator, setMaxRecordLength 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.lang.Iterable
forEach, spliterator 
 - 
 
 - 
 
- 
- 
Method Detail
- 
canExtract
public boolean canExtract(DirectoryNode dn)
- Overrides:
 canExtractin classEmbeddedExtractor
 
- 
extract
public EmbeddedData extract(DirectoryNode dn) throws IOException
- Overrides:
 extractin classEmbeddedExtractor- Throws:
 IOException
 
 - 
 
 -