
public interface Appendable
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence charSquence) |
Appendable |
append(CharSequence charSquence,
int start,
int end) |
Appendable append(char c) throws IOException
IOExceptionAppendable append(CharSequence charSquence) throws IOException
IOExceptionAppendable append(CharSequence charSquence, int start, int end) throws IOException
IOExceptionCopyright © 2018. All rights reserved.