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
public class AppendableWriter extends Writer
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AppendableWriter(Appendable appendable) -
Method Summary
-
Constructor Details
-
AppendableWriter
-
-
Method Details
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
flush
public void flush() -
close
public void close()
-