xmlgraphics-commons 2.0.1

org.apache.xmlgraphics.ps
Interface ImageEncoder


public interface ImageEncoder

The interface is implemented by classes that can generate the raw bitmap field for an image that might be further encoded/compressed by the image handler class.


Method Summary
 String getImplicitFilter()
           
 void writeTo(OutputStream out)
          Writes the whole raw bitmap field to the given OutputStream.
 

Method Detail

writeTo

void writeTo(OutputStream out)
             throws IOException
Writes the whole raw bitmap field to the given OutputStream. The implementation must not close the OutputStream when it is finished!

Parameters:
out - the OutputStream to write to
Throws:
IOException - if an I/O error occurs

getImplicitFilter

String getImplicitFilter()

xmlgraphics-commons 2.0.1

Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.