Uses of Class
org.simpleframework.common.parse.ParseBuffer
Packages that use ParseBuffer
-
Uses of ParseBuffer in org.simpleframework.common.parse
Methods in org.simpleframework.common.parse with parameters of type ParseBufferModifier and TypeMethodDescriptionvoidParseBuffer.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.