Package com.spun.util.logger
Class AppendableWriter
java.lang.Object
java.io.Writer
com.spun.util.logger.AppendableWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AppendableWriter
-
-
Method Details
-
write
public void write(char[] chars, int offset, int length) -
write
public void write(int i) -
flush
public void flush() -
close
public void close()
-