|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.image.analyser.EMFReader
public class 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 ImageReader
uri
- URI to the imagebis
- Image buffered input streamua
- The user agent
true
if image type is the handled one
java.io.IOException
- if an I/O error occursImageReader
public java.lang.String getMimeType()
|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |