ports/devel/ruby-bindata/pkg/DESCR

4 lines
298 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.