Perform @safe buffered read
Notice that if there is data already in the buffers, that data is what will be returned, even if the read requested more (partial result).
See Implementation
Perform @safe buffered read
Notice that if there is data already in the buffers, that data is what will be returned, even if the read requested more (partial result).