org.odftoolkit.odfdom.converter.core
Interface IImageExtractor

All Known Implementing Classes:
FileImageExtractor

public interface IImageExtractor

Image extractor.


Method Summary
 void extract(String imagePath, byte[] imageData)
          Extract the given image data with the given image path.
 

Method Detail

extract

void extract(String imagePath,
             byte[] imageData)
             throws IOException
Extract the given image data with the given image path.

Parameters:
imagePath - image path.
imageData - image data.
Throws:
IOException


Copyright © 2013. All rights reserved.