fr.fluxmedia.transmorpher.utils
Class Writer
java.lang.Object
java.io.Writer
java.io.BufferedWriter
fr.fluxmedia.transmorpher.utils.Writer
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable, java.lang.Appendable
public class Writer
- extends java.io.BufferedWriter
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 |
Writer
public Writer(java.lang.String pName)
throws java.io.IOException
- Throws:
java.io.IOException
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
..no bottom yet...