#include <Appendable.h>

| Public Member Functions | |
| virtual | ~Appendable () | 
| virtual Appendable & | append (jchar c)=0 | 
| virtual Appendable & | append (const CharSequence &cseq)=0 | 
| virtual beecrypt::lang::Appendable::~Appendable | ( | ) |  [inline, virtual] | 
| virtual Appendable& beecrypt::lang::Appendable::append | ( | const CharSequence & | cseq | ) |  [pure virtual] | 
Implemented in beecrypt::io::Writer, beecrypt::lang::StringBuffer, and beecrypt::lang::StringBuilder.
| virtual Appendable& beecrypt::lang::Appendable::append | ( | jchar | c | ) |  [pure virtual] | 
Implemented in beecrypt::io::Writer, beecrypt::lang::StringBuffer, and beecrypt::lang::StringBuilder.
 1.5.8
 1.5.8