org.apache.poi.ss.extractor
Class EmbeddedExtractor.Ole10Extractor

java.lang.Object
  extended by org.apache.poi.ss.extractor.EmbeddedExtractor
      extended by 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
EmbeddedExtractor.Ole10Extractor()
           
 
Method Summary
 boolean canExtract(DirectoryNode dn)
           
 EmbeddedData extract(DirectoryNode dn)
           
 
Methods inherited from class org.apache.poi.ss.extractor.EmbeddedExtractor
canExtract, copyNodes, extract, extractAll, extractAll, extractOne, extractOne, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedExtractor.Ole10Extractor

public EmbeddedExtractor.Ole10Extractor()
Method Detail

canExtract

public boolean canExtract(DirectoryNode dn)
Overrides:
canExtract in class EmbeddedExtractor

extract

public EmbeddedData extract(DirectoryNode dn)
                     throws java.io.IOException
Overrides:
extract in class EmbeddedExtractor
Throws:
java.io.IOException