public class IndentWriter
extends java.io.Writer
| Modifier and Type | Field and Description |
|---|---|
static char |
DEFAULT_INDENT_CHAR |
static int |
DEFAULT_INDENT_LENGTH |
| Constructor and Description |
|---|
IndentWriter(java.io.Writer writer) |
IndentWriter(java.io.Writer writer,
char indentChar,
int indentLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
indent() |
void |
unindent() |
void |
write(char[] cbuf,
int off,
int len) |
void |
writeln(java.lang.String str) |
public static final char DEFAULT_INDENT_CHAR
public static final int DEFAULT_INDENT_LENGTH
public IndentWriter(java.io.Writer writer)
public IndentWriter(java.io.Writer writer,
char indentChar,
int indentLength)
public void indent()
public void unindent()
public void writeln(java.lang.String str)
throws java.io.IOException
java.io.IOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.Writerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writerjava.io.IOExceptionCopyright 2021 Kieker Project, http://kieker-monitoring.net