Package org.jivesoftware.smack.util
Class ExtendedAppendable
- java.lang.Object
-
- org.jivesoftware.smack.util.ExtendedAppendable
-
- All Implemented Interfaces:
Appendable
public class ExtendedAppendable extends Object implements Appendable
-
-
Constructor Summary
Constructors Constructor Description ExtendedAppendable(Appendable appendable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedAppendableappend(boolean b)ExtendedAppendableappend(char c)ExtendedAppendableappend(int i)ExtendedAppendableappend(CharSequence csq)ExtendedAppendableappend(CharSequence csq, int start, int end)
-
-
-
Constructor Detail
-
ExtendedAppendable
public ExtendedAppendable(Appendable appendable)
-
-
Method Detail
-
append
public ExtendedAppendable append(CharSequence csq) throws IOException
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
public ExtendedAppendable append(CharSequence csq, int start, int end) throws IOException
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
public ExtendedAppendable append(char c) throws IOException
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
public ExtendedAppendable append(boolean b) throws IOException
- Throws:
IOException
-
append
public ExtendedAppendable append(int i) throws IOException
- Throws:
IOException
-
-