public interface ImageEncoder
Modifier and Type | Method | 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-2016 The Apache Software Foundation. All Rights Reserved.