Attempts to read dst.length bytes, see IInputDevice.read() documentation.
destination data buffer
Returns the number of bytes read and stored in dst on success, 0 on end-of- file condition or -1 on error. On error errno is set appropriately.
See Implementation
Attempts to read dst.length bytes, see IInputDevice.read() documentation.