A data buffer implementation. This implementation allows for dynamically creating a buffer and appending to it in a reasonably efficient matter. It is like String Object but is not NULL terminated. Functions of both may be used interchangeably.
A data buffer implementation. This implementation allows for dynamically creating a buffer and appending to it in a reasonably efficient matter. It is like String Object but is not NULL terminated. Functions of both may be used interchangeably.