INRIA & FluxMedia

fr.fluxmedia.transmorpher.utils
Class Writer

java.lang.Object
  extended by java.io.Writer
      extended by java.io.BufferedWriter
          extended by fr.fluxmedia.transmorpher.utils.Writer
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, java.lang.Appendable

public class Writer
extends java.io.BufferedWriter


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
Writer(java.lang.String pName)
           
 
Method Summary
 void write(int Decalage, java.lang.String pString)
           
 void writeln()
           
 void writeln(int Decalage, java.lang.String pString)
           
 void writeln(java.lang.String pString)
           
 
Methods inherited from class java.io.BufferedWriter
close, flush, newLine, write, write, write
 
Methods inherited from class java.io.Writer
append, append, append, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Writer

public Writer(java.lang.String pName)
       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

write

public void write(int Decalage,
                  java.lang.String pString)
           throws java.io.IOException
Throws:
java.io.IOException

writeln

public void writeln(int Decalage,
                    java.lang.String pString)
             throws java.io.IOException
Throws:
java.io.IOException

writeln

public void writeln(java.lang.String pString)
             throws java.io.IOException
Throws:
java.io.IOException

writeln

public void writeln()
             throws java.io.IOException
Throws:
java.io.IOException

INRIA & FluxMedia

..no bottom yet...