Callback to provide buffer access to.
Returns whatever the delegate returns.
Remarks: Exposes the raw data buffer at the current _read position. The delegate is provided with a void[] representing the available data, and should return zero to leave the current _read position intact.
If the delegate consumes data, it should return the number of bytes consumed; or IConduit.Eof to indicate an error.
Read directly from this buffer.