org.mmbase.util.images
Interface ImageConversionReceiver
- All Known Implementing Classes:
- FileReceiver, MemoryReceiver, NodeReceiver, OutputStreamReceiver
public interface ImageConversionReceiver
An image conversion receiver receives the actual result of a image conversion. This can for
example be an MMBase 'icaches' node. But you can e.g, also transform to memory if there is no
need to store the result.
- Since:
- MMBase-1.9
- Author:
- Michiel Meeuwissen
getOutputStream
OutputStream getOutputStream()
throws IOException
- Throws:
IOException
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
setSize
void setSize(long s)
getSize
long getSize()
wantsDimension
boolean wantsDimension()
setDimension
void setDimension(Dimension dim)
ready
void ready()
throws IOException
- Throws:
IOException
MMBase 2.0-SNAPSHOT - null