public interface TextBuffer
void
append(char c)
append(char[] chars, int start, int len)
append(String s)
void append(char c)
void append(char[] chars, int start, int len)
void append(String s)
Copyright © 2016. All rights reserved.