binaryio
- URL
- http://death.rubyforge.org/
- Author(s)
- Michael Neumann and Trans <transfire@gmail.com>
- Summary
- Provides a BinaryIO class as well as a reusable mixin, BinaryIO::Readable, whuch is the heart of the BinaryIO class itself. The mixin solely depends one method, #read(n), which must be defined in the class/module where the module is mixed.
