Package org.jboss.logmanager.formatters
Class StringBuilderWriter
java.lang.Object
java.io.Writer
org.jboss.logmanager.formatters.StringBuilderWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Writer
append, append, append, nullWriter
-
Field Details
-
builder
-
-
Constructor Details
-
StringBuilderWriter
-
-
Method Details
-
write
public void write(char[] cbuf, int off, int len) -
write
public void write(int c) -
write
public void write(char[] cbuf) -
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
write
- Overrides:
write
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-