Package aQute.libg.remote.sink
Class Appender
- java.lang.Object
-
- aQute.libg.remote.sink.Appender
-
- All Implemented Interfaces:
java.lang.Appendable
class Appender extends java.lang.Object implements java.lang.Appendable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Appendable
append(char ch)
java.lang.Appendable
append(java.lang.CharSequence text)
java.lang.Appendable
append(java.lang.CharSequence text, int start, int end)
-
-
-
Field Detail
-
sources
final Source[] sources
-
areaId
final java.lang.String areaId
-
err
final boolean err
-
-
Constructor Detail
-
Appender
Appender(Source[] sources, java.lang.String areaId, boolean err)
-
-
Method Detail
-
append
public java.lang.Appendable append(char ch) throws java.io.IOException
- Specified by:
append
in interfacejava.lang.Appendable
- Throws:
java.io.IOException
-
append
public java.lang.Appendable append(java.lang.CharSequence text) throws java.io.IOException
- Specified by:
append
in interfacejava.lang.Appendable
- Throws:
java.io.IOException
-
append
public java.lang.Appendable append(java.lang.CharSequence text, int start, int end) throws java.io.IOException
- Specified by:
append
in interfacejava.lang.Appendable
- Throws:
java.io.IOException
-
-