Peeks in the buffer, copying data of size buffer.length
into buffer
, offset offset
bytes.
this | |
buffer |
a pointer to an allocated chunk of memory |
offset |
a size_t |
count |
a size_t |
a size_t of the number of bytes peeked, or -1 on error. |