Package 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
,AutoCloseable
- Direct Known Subclasses:
IndentedWriter
-
Field Summary
Fields inherited from class java.io.FilterWriter
out
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
print
(boolean x) void
print
(byte x) void
print
(char x) void
print
(double x) void
print
(float x) void
print
(int x) void
print
(long x) void
print
(short x) void
void
void
println()
void
println
(boolean x) void
println
(byte x) void
println
(char x) void
println
(double x) void
println
(float x) void
println
(int x) void
println
(long x) void
println
(short x) void
void
void
upIndent()
void
write
(char[] chars, int off, int len) void
write
(int c) void
Methods inherited from class java.io.FilterWriter
close, flush
-
Constructor Details
-
IndentedWriter
-
IndentedWriter
-
-
Method Details
-
upIndent
public void upIndent() -
downIndent
public void downIndent() -
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-
print
- Throws:
IOException
-
println
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-