|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.mmbase.util.images.ImageConversionRequest
public class ImageConversionRequest
Defines one Image convert request.
| Field Summary | |
|---|---|
protected String |
format
|
protected List<String> |
params
|
| Constructor Summary | |
|---|---|
ImageConversionRequest(byte[] in,
String format,
ImageConversionReceiver receiver,
List<String> params)
|
|
ImageConversionRequest(InputStream in,
String format,
ImageConversionReceiver receiver,
List<String> params)
|
|
ImageConversionRequest(List<String> params,
byte[] in,
String format,
MMObjectNode icacheNode)
|
|
| Method Summary | |
|---|---|
(package private) int |
count()
Returns how many request are waiting for the result of this image transformation. |
(package private) byte[] |
getByteArray()
|
(package private) InputStream |
getInput()
The byte[] on which the conversion must happen. |
(package private) String |
getInputFormat()
|
(package private) List<String> |
getParams()
The parameters describing the conversion. |
ImageConversionReceiver |
getReceiver()
|
(package private) void |
ready()
|
void |
waitForConversion()
Waits until the conversion result is ready. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final List<String> params
protected String format
| Constructor Detail |
|---|
public ImageConversionRequest(List<String> params,
byte[] in,
String format,
MMObjectNode icacheNode)
public ImageConversionRequest(byte[] in,
String format,
ImageConversionReceiver receiver,
List<String> params)
public ImageConversionRequest(InputStream in,
String format,
ImageConversionReceiver receiver,
List<String> params)
| Method Detail |
|---|
List<String> getParams()
InputStream getInput()
byte[] getByteArray()
throws IOException
IOExceptionString getInputFormat()
public ImageConversionReceiver getReceiver()
public void waitForConversion()
void ready()
int count()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||