public interface ImageEncoder
限定符和类型 | 方法和说明 |
---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.