Class BinaryImageHandler
- java.lang.Object
-
- ro.sync.exml.workspace.api.images.handlers.ImageHandler
-
- ro.sync.exml.workspace.api.images.handlers.BinaryImageHandler
-
@API(type=EXTENDABLE, src=PUBLIC) public abstract class BinaryImageHandler extends ImageHandler
Special handler for binary images like EPS or AI... The handler will receive an input stream for the image and it needs to state if it is interested in handling it...- Since:
- 18
-
-
Constructor Summary
Constructors Constructor Description BinaryImageHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
canHandle(java.io.InputStream inputStream)
Check if can handle this input stream.-
Methods inherited from class ro.sync.exml.workspace.api.images.handlers.ImageHandler
canHandleFileType, clearCache, getImage, getImageLayoutInformation
-
-