Method SSL.File()->set_buffer_mode()
- Method
set_buffer_mode
void
set_buffer_mode(Stdio.Buffer
|int(0)
in
,Stdio.Buffer
|int(0)
out
)- Description
Toggle the file to Buffer mode.
In this mode reading and writing will be done via Buffer objects, in the directions you included buffers.
- Parameter
in
Input buffer. If this buffer is non-empty, its contents will be returned after any already received data.
- Parameter
out
Output buffer. If this buffer is non-empty, its contents will be sent after any data already queued for sending.
- See also