Package org.teavm.classlib.java.lang
Interface TAppendable
- All Known Implementing Classes:
TOutputStreamWriter
,TStringBuffer
,TStringBuilder
,TWriter
public interface TAppendable
-
Method Summary
Modifier and TypeMethodDescriptionappend
(char c) append
(TCharSequence csq) append
(TCharSequence csq, int start, int end)
-
Method Details
-
append
- Throws:
IOException
-
append
- Throws:
IOException
-
append
- Throws:
IOException
-