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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprint(boolean x) voidprint(byte x) voidprint(char x) voidprint(double x) voidprint(float x) voidprint(int x) voidprint(long x) voidprint(short x) voidvoidvoidprintln()voidprintln(boolean x) voidprintln(byte x) voidprintln(char x) voidprintln(double x) voidprintln(float x) voidprintln(int x) voidprintln(long x) voidprintln(short x) voidvoidvoidupIndent()voidwrite(char[] chars, int off, int len) voidwrite(int c) voidMethods inherited from class java.io.FilterWriter
close, flush
-
Constructor Details
-
IndentedWriter
-
IndentedWriter
-
-
Method Details
-
upIndent
public void upIndent() -
downIndent
public void downIndent() -
write
- Overrides:
writein classFilterWriter- Throws:
IOException
-
write
- Overrides:
writein classFilterWriter- Throws:
IOException
-
write
- Overrides:
writein 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
-