org.novadeck.jxla.tools
Class Output

java.lang.Object
  |
  +--org.novadeck.jxla.tools.Output

public class Output
extends java.lang.Object


Constructor Summary
Output(java.lang.String filename)
           
 
Method Summary
 void close()
           
 void write(java.lang.String s)
           
 void writeln(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Output

public Output(java.lang.String filename)
       throws java.io.IOException
Method Detail

write

public void write(java.lang.String s)
           throws java.io.IOException

writeln

public void writeln(java.lang.String s)
             throws java.io.IOException

close

public void close()
           throws java.io.IOException