|
Method Summary | ||
void |
embed(Map<QName,Serializable> properties, ContentReader reader, ContentWriter writer) Embeds the given properties into the file specified by the given content writer. |
|
boolean |
isEmbeddingSupported(String mimetype) Determines if the extracter works against the given mimetype. |
The embedding viability can be determined by an up front call to isEmbeddingSupported(String).
The source mimetype must be available on the ContentAccessor.getMimetype() method of the writer.
|