Class FormattingHelper.AppendableWriter
java.lang.Object
java.io.Writer
org.apfloat.FormattingHelper.AppendableWriter
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
- Enclosing class:
FormattingHelper
- Version:
- 1.8.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Writer
append, nullWriter, write, write
-
Field Details
-
out
-
-
Constructor Details
-
AppendableWriter
-
-
Method Details
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Overrides:
appendin classWriter- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Overrides:
appendin classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-