OutBuffer.fill
void fill(size_t nbytes, ubyte val = 0)Append nbytes of val to the internal buffer.
Parameters
nbytes | Number of bytes to fill. |
val | Value to fill, defaults to 0. |
void fill(size_t nbytes, ubyte val = 0)Append nbytes of val to the internal buffer.
nbytes | Number of bytes to fill. |
val | Value to fill, defaults to 0. |