public class IndentedWriter extends FilterWriter
out
Constructor and Description |
---|
IndentedWriter(Writer out) |
Modifier and Type | Method and Description |
---|---|
void |
downIndent() |
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(Object x) |
void |
print(short x) |
void |
print(String s) |
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(Object x) |
void |
println(short x) |
void |
println(String s) |
void |
upIndent() |
void |
write(char[] chars,
int off,
int len) |
void |
write(int c) |
void |
write(String s,
int off,
int len) |
close, flush
public IndentedWriter(Writer out)
public void upIndent()
public void downIndent()
public void write(int c) throws IOException
write
in class FilterWriter
IOException
public void write(char[] chars, int off, int len) throws IOException
write
in class FilterWriter
IOException
public void write(String s, int off, int len) throws IOException
write
in class FilterWriter
IOException
public void print(String s) throws IOException
IOException
public void println(String s) throws IOException
IOException
public void print(boolean x) throws IOException
IOException
public void print(byte x) throws IOException
IOException
public void print(char x) throws IOException
IOException
public void print(short x) throws IOException
IOException
public void print(int x) throws IOException
IOException
public void print(long x) throws IOException
IOException
public void print(float x) throws IOException
IOException
public void print(double x) throws IOException
IOException
public void print(Object x) throws IOException
IOException
public void println(boolean x) throws IOException
IOException
public void println(byte x) throws IOException
IOException
public void println(char x) throws IOException
IOException
public void println(short x) throws IOException
IOException
public void println(int x) throws IOException
IOException
public void println(long x) throws IOException
IOException
public void println(float x) throws IOException
IOException
public void println(double x) throws IOException
IOException
public void println(Object x) throws IOException
IOException
public void println() throws IOException
IOException
Copyright © 2017 com.mchange. All rights reserved.