Uses of Class
org.simpleframework.util.parse.ParseBuffer

Packages that use ParseBuffer
org.simpleframework.util.parse   
 

Uses of ParseBuffer in org.simpleframework.util.parse
 

Methods in org.simpleframework.util.parse with parameters of type ParseBuffer
 void ParseBuffer.append(ParseBuffer text)
          This will add a ParseBuffer to the end of this.
 void ParseBuffer.append(ParseBuffer text, int off, int len)
          This will add a ParseBuffer to the end of this.
 void ParseBuffer.reset(ParseBuffer text)
          This will reset the buffer in such a way that the buffer is cleared of all contents and then has the given string appended.
 



Copyright © 2013. All Rights Reserved.