blob: bb05ff66b45b47908cec6f2dd656938e4c0a21fb (
plain) (
blame)
1
2
3
4
5
6
|
BinData is a declarative way to read and write binary file formats.
This means the programmer specifies *what* the format of the binary
data is, and BinData works out *how* to read and write data in this
format. It is an easier (and more readable) alternative to Ruby's
#pack and #unpack methods.
|