Input device base class, may be used to conveniently implement an IInputDevice.
Attempts to read dst.length bytes, see IInputDevice.read() documentation.
Convenience type alias for subclasses/interfaces
read() attempts to read up to dst.length bytes from the device associated with the file descriptor of this instance into dst.
See Implementation
Input device base class, may be used to conveniently implement an IInputDevice.