contents   index   previous   next



Buffer methods

Buffer getString()

Returns a string starting from the current cursor position.

Buffer getValue()

Returns a value from a specified position.

Buffer putString()

Puts a string into a buffer.

Buffer putValue()

Puts a specified value into a buffer.

Buffer subBuffer()

Returns a section of a buffer.

Buffer toString()

Returns string equivalent of the current state of buffer.

 


Buffer properties