Gem in a Box
-
bindata (2.4.8 - 2.5.1)
gem install bindata -v "2.5.1"
gem install bindata -v "2.5.0"
gem install bindata -v "2.4.15"
gem install bindata -v "2.4.14"
gem install bindata -v "2.4.10"
gem install bindata -v "2.4.8"
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.