org.apache.fop.pdf
public interface PDFWritable
| Modifier and Type | Method and Description |
|---|---|
void |
outputInline(java.io.OutputStream out,
java.io.Writer writer)
Writes a "direct object" (inline object) representation to the stream.
|
void outputInline(java.io.OutputStream out,
java.io.Writer writer)
throws java.io.IOException
flush() is called before any direct calls to out are made.out - the OutputStream (for binary content)writer - the Writer (for text content, wraps the above OutputStream)java.io.IOException - if an I/O error occursCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.