Package org.openrefine.util
Class IndentWriter
- java.lang.Object
-
- org.openrefine.util.IndentWriter
-
public class IndentWriter extends Object
A utility for writing indented code.- Author:
- dfhuynh
-
-
Constructor Summary
Constructors Constructor Description IndentWriter(Writer writer)
-
-
-
Constructor Detail
-
IndentWriter
public IndentWriter(Writer writer)
-
-
Method Detail
-
close
public void close() throws IOException
- Throws:
IOException
-
flush
public void flush() throws IOException
- Throws:
IOException
-
print
public void print(Object o) throws IOException
- Throws:
IOException
-
println
public void println() throws IOException
- Throws:
IOException
-
println
public void println(Object o) throws IOException
- Throws:
IOException
-
indent
public void indent()
-
unindent
public void unindent()
-
-