Method _Stdio.Buffer()->try_read()
- Method
try_read
string(8bit)try_read(int(0..)len)- Description
Attempt to read some data from the buffer.
- Parameter
len Read at most
lenbytes from the buffer.- Returns
If the buffer contains less than
lenbytes of data, the entire buffer contents are returned. Otherwise the firstlenbytes are returned.- See also