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 void
ParseBuffer. append(ParseBuffer text)
This will add aParseBuffer
to the end of this.void
ParseBuffer. append(ParseBuffer text, int off, int len)
This will add aParseBuffer
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.
-