|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.fop.image.analyser.EMFReader
ImageReader object for EMF image type.
| Field Summary | |
protected static int |
EMF_SIG_LENGTH
Length of the EMF header |
| Constructor Summary | |
EMFReader()
|
|
| Method Summary | |
java.lang.String |
getMimeType()
Returns the MIME type supported by this implementation. |
FopImage.ImageInfo |
verifySignature(java.lang.String uri,
java.io.InputStream bis,
FOUserAgent ua)
Verify image type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final int EMF_SIG_LENGTH
| Constructor Detail |
public EMFReader()
| Method Detail |
public FopImage.ImageInfo verifySignature(java.lang.String uri,
java.io.InputStream bis,
FOUserAgent ua)
throws java.io.IOException
ImageReader
verifySignature in interface ImageReaderbis - Image buffered input streamuri - URI to the imageua - The user agent
true if image type is the handled one
java.io.IOException - if an I/O error occursImageReaderpublic java.lang.String getMimeType()
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||