org.apache.fop.render.ps
Class PSStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by org.apache.fop.render.ps.PSStream
All Implemented Interfaces:
Closeable, Flushable

public class PSStream
extends FilterOutputStream


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
PSStream(OutputStream out)
           
 
Method Summary
 void write(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(OutputStream out)
Method Detail

write

public void write(String cmd)
           throws IOException
Throws:
IOException

writeByteArr

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


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