Package io.inugami.commons.writer
Class RapportWriter
- java.lang.Object
-
- java.io.Writer
-
- java.io.OutputStreamWriter
-
- java.io.FileWriter
-
- io.inugami.commons.writer.RapportWriter
-
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
public class RapportWriter extends FileWriter
RapportWriter- Since:
- 28 juin 2017
-
-
Constructor Summary
Constructors Constructor Description RapportWriter(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RapportWriter
deco(String decoChars)
RapportWriter
deco(String decoChars, int nbChars)
RapportWriter
deco(String message, String decoChars)
RapportWriter
deco(String message, String decoChars, int nbChars)
RapportWriter
newLine()
RapportWriter
writeLn(String value)
-
Methods inherited from class java.io.OutputStreamWriter
append, append, close, flush, getEncoding, write, write, write
-
Methods inherited from class java.io.Writer
append, nullWriter, write, write
-
-
-
-
Constructor Detail
-
RapportWriter
public RapportWriter(File file) throws IOException
- Throws:
IOException
-
-
Method Detail
-
newLine
public RapportWriter newLine() throws IOException
- Throws:
IOException
-
writeLn
public RapportWriter writeLn(String value) throws IOException
- Throws:
IOException
-
deco
public RapportWriter deco(String decoChars) throws IOException
- Throws:
IOException
-
deco
public RapportWriter deco(String decoChars, int nbChars) throws IOException
- Throws:
IOException
-
deco
public RapportWriter deco(String message, String decoChars) throws IOException
- Throws:
IOException
-
deco
public RapportWriter deco(String message, String decoChars, int nbChars) throws IOException
- Throws:
IOException
-
-