public interface ImageEncoder
| Modifier and Type | Method and Description |
|---|---|
String |
getImplicitFilter() |
void |
writeTo(OutputStream out)
Writes the whole raw bitmap field to the given OutputStream.
|
void writeTo(OutputStream out) throws IOException
out - the OutputStream to write toIOException - if an I/O error occursString getImplicitFilter()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.