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