Uses of Class
org.simpleframework.common.parse.ParseBuffer
-
Packages that use ParseBuffer Package Description org.simpleframework.common.parse -
-
Uses of ParseBuffer in org.simpleframework.common.parse
Methods in org.simpleframework.common.parse with parameters of type ParseBuffer Modifier and Type Method Description voidParseBuffer. append(ParseBuffer text)This will add aParseBufferto the end of this.voidParseBuffer. append(ParseBuffer text, int off, int len)This will add aParseBufferto the end of this.voidParseBuffer. 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.
-