org.apache.fop.pdf
Class PDFICCStream
java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFStream
org.apache.fop.pdf.PDFICCStream
public class PDFICCStream
- extends PDFStream
Methods inherited from class org.apache.fop.pdf.PDFStream |
add, addDefaultFilters, addFilter, addFilter, addImageArray, applyFilters, getData, getDataLength, outputStreamData, setData, toPDF |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDFICCStream
public PDFICCStream(int num)
PDFICCStream
public PDFICCStream(int num,
ColorSpace cs)
throws IOException
- Throws:
IOException
setColorSpace
public void setColorSpace(ColorSpace cs)
throws IOException
- Throws:
IOException
output
protected int output(OutputStream stream)
throws IOException
- Description copied from class:
PDFObject
- write the PDF represention of this object
- Overrides:
output
in class PDFStream
- Parameters:
stream
- the stream to write the PDF to
- Returns:
- the number of bytes written
- Throws:
IOException
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.