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
IOException
Appendable append(CharSequence charSquence) throws IOException
IOException
Appendable append(CharSequence charSquence, int start, int end) throws IOException
IOException
Copyright © 2018. All rights reserved.