Next: Method Functions

Prev: Dictionary Functions

Buffer Functions

The functions described in this section apply to buffers. As with strings and lists, these functions will not actually modify any buffers passed as arguments, but will instead return the results of performing modifications on the buffers.

Menu:

buffer_add
Add a byte value to the end of a buffer
buffer_append
Append two buffers together
buffer_from_strings
Convert a list of strings into a buffer
buffer_len
Get the length of a buffer
buffer_replace
Replace a byte value in a buffer
buffer_retrieve
Retrieve a byte value from a buffer
buffer_to_strings
Convert a buffer to a list of strings
buffer_truncate
Truncate a buffer to a length