org.apache.fop.pdf
Class PDFTTFStream

java.lang.Object
  extended by org.apache.fop.pdf.PDFObject
      extended by org.apache.fop.pdf.PDFStream
          extended by org.apache.fop.pdf.PDFTTFStream

public class PDFTTFStream
extends PDFStream


Field Summary
 
Fields inherited from class org.apache.fop.pdf.PDFStream
_data
 
Fields inherited from class org.apache.fop.pdf.PDFObject
generation, number
 
Constructor Summary
PDFTTFStream(int num, int len)
           
 
Method Summary
protected  int output(OutputStream stream)
          write the PDF represention of this object
 void setData(byte[] data, int size)
           
 
Methods inherited from class org.apache.fop.pdf.PDFStream
add, addDefaultFilters, addFilter, addFilter, addImageArray, applyFilters, getData, getDataLength, outputStreamData, setData, toPDF
 
Methods inherited from class org.apache.fop.pdf.PDFObject
getNumber, referencePDF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFTTFStream

public PDFTTFStream(int num,
                    int len)
Method Detail

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

setData

public void setData(byte[] data,
                    int size)
             throws IOException
Throws:
IOException


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.