com.mchange.v2.io
Class IndentedWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
com.mchange.v2.io.IndentedWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
- Direct Known Subclasses:
- IndentedWriter
public class IndentedWriter
- extends FilterWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndentedWriter
public IndentedWriter(Writer out)
upIndent
public void upIndent()
downIndent
public void downIndent()
write
public void write(int c)
throws IOException
- Overrides:
write
in class FilterWriter
- Throws:
IOException
write
public void write(char[] chars,
int off,
int len)
throws IOException
- Overrides:
write
in class FilterWriter
- Throws:
IOException
write
public void write(String s,
int off,
int len)
throws IOException
- Overrides:
write
in class FilterWriter
- Throws:
IOException
print
public void print(String s)
throws IOException
- Throws:
IOException
println
public void println(String s)
throws IOException
- Throws:
IOException
print
public void print(boolean x)
throws IOException
- Throws:
IOException
print
public void print(byte x)
throws IOException
- Throws:
IOException
print
public void print(char x)
throws IOException
- Throws:
IOException
print
public void print(short x)
throws IOException
- Throws:
IOException
print
public void print(int x)
throws IOException
- Throws:
IOException
print
public void print(long x)
throws IOException
- Throws:
IOException
print
public void print(float x)
throws IOException
- Throws:
IOException
print
public void print(double x)
throws IOException
- Throws:
IOException
print
public void print(Object x)
throws IOException
- Throws:
IOException
println
public void println(boolean x)
throws IOException
- Throws:
IOException
println
public void println(byte x)
throws IOException
- Throws:
IOException
println
public void println(char x)
throws IOException
- Throws:
IOException
println
public void println(short x)
throws IOException
- Throws:
IOException
println
public void println(int x)
throws IOException
- Throws:
IOException
println
public void println(long x)
throws IOException
- Throws:
IOException
println
public void println(float x)
throws IOException
- Throws:
IOException
println
public void println(double x)
throws IOException
- Throws:
IOException
println
public void println(Object x)
throws IOException
- Throws:
IOException
println
public void println()
throws IOException
- Throws:
IOException