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 © 2024 Apache Software Foundation. All rights reserved.