An object that allows you to sequentially copy content into a buffer of a given size. More...
#include <sstring.h>
Public Member Functions | |
| bool | is_end () |
| Check that the data has not yet run out. | |
| size_t | store (K *buffer, size_t size) |
| Save the next portion of data to the buffer. | |
An object that allows you to sequentially copy content into a buffer of a given size.
|
inline |
Save the next portion of data to the buffer.
| buffer | - pointer to the buffer for storing data. |
| size | - buffer size. |