- java.lang.Object
-
- de.ibapl.jnhw.common.util.OutputStreamAppender
-
- All Implemented Interfaces:
Appendable
public class OutputStreamAppender extends Object implements Appendable
- Author:
- aploese
-
-
Constructor Summary
Constructors Constructor Description OutputStreamAppender(OutputStream os)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Appendableappend(char c)Appendableappend(CharSequence csq)Appendableappend(CharSequence csq, int start, int end)voidflush()
-
-
-
Constructor Detail
-
OutputStreamAppender
public OutputStreamAppender(OutputStream os)
-
-
Method Detail
-
append
public Appendable append(CharSequence csq) throws IOException
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
public Appendable append(CharSequence csq, int start, int end) throws IOException
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
public Appendable append(char c) throws IOException
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
flush
public void flush() throws IOException- Throws:
IOException
-
-