Class BinaryImageHandler
java.lang.Object
ro.sync.exml.workspace.api.images.handlers.ImageHandler
ro.sync.exml.workspace.api.images.handlers.BinaryImageHandler
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 -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
canHandle
(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
-
Constructor Details
-
BinaryImageHandler
public BinaryImageHandler()
-
-
Method Details
-
canHandle
Check if can handle this input stream. Ideally will read only some metadata from the stream.- Parameters:
inputStream
- The binary image input stream. Never NULL.- Returns:
true
if can handle this document.
-