Method _Stdio.Buffer()->unread()
class_Stdio.Buffer
- Method
unread
int(0..)|int(-1)unread(int(0..)n)- Description
Rewind the buffer
nbytes.- Returns
This function returns how many more bytes of buffer is available to rewind, or
-1on error.- Note
Unless you add new data to the buffer using any of the add functions you can always rewind.
You can call
unread(0)to see how much.- See also