jregex
Interface TextBuffer


public interface TextBuffer


Method Summary
 void append(char c)
           
 void append(char[] chars, int start, int len)
           
 void append(java.lang.String s)
           
 

Method Detail

append

public void append(char c)

append

public void append(char[] chars,
                   int start,
                   int len)

append

public void append(java.lang.String s)