Package com.google.refine.util
Class IndentWriter
java.lang.Object
com.google.refine.util.IndentWriter
A utility for writing indented code.
- Author:
- dfhuynh
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndentWriter
-
-
Method Details
-
close
- Throws:
IOException
-
flush
- Throws:
IOException
-
print
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
indent
public void indent() -
unindent
public void unindent()
-