org.apache.fop.render.ps
Class PSStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended byorg.apache.fop.render.ps.PSStream

public class PSStream
extends java.io.FilterOutputStream


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
PSStream(java.io.OutputStream out)
           
 
Method Summary
 void write(java.lang.String cmd)
           
 void writeByteArr(byte[] cmd)
           
 
Methods inherited from class java.io.FilterOutputStream
close, flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSStream

public PSStream(java.io.OutputStream out)
Method Detail

write

public void write(java.lang.String cmd)
           throws java.io.IOException
Throws:
java.io.IOException

writeByteArr

public void writeByteArr(byte[] cmd)
                  throws java.io.IOException
Throws:
java.io.IOException


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