public interface ImageEncoder
Modifier and Type | Method | 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 © 2018 Apache Software Foundation. All rights reserved.