Exemplo n.º 1
0
 public Appendable append(CharSequence sequence, int start, int end) {
   this.print(RemoteOutput.asString(sequence).substring(start, end));
   return this;
 }
Exemplo n.º 2
0
 public Appendable append(CharSequence sequence) {
   this.println(RemoteOutput.asString(sequence));
   return this;
 }