The documentation for UniMIDI::Input is lacking clarity in how the various methods interact with the data buffer
This branch extracts UniMIDI::Input instance methods into two additional modules UniMIDI::Input::StreamReader and UniMIDI::Input::BufferAccess. The documentation for those methods is then improved upon in those modules
Addresses https://github.com/arirusso/unimidi/issues/39
The documentation for UniMIDI::Input is lacking clarity in how the various methods interact with the data buffer
This branch extracts UniMIDI::Input instance methods into two additional modules UniMIDI::Input::StreamReader and UniMIDI::Input::BufferAccess. The documentation for those methods is then improved upon in those modules