-
Name
-
bindata
-
Version
-
2.4.1
-
Platform
-
ruby
-
Authors
-
Dion Mendel
-
Bindir
-
bin
-
Date
-
2017-08-30 00:00:00 UTC
-
Dependencies
-
rake (>= 0, development)
minitest (> 5.0.0, development)
coveralls (>= 0, development)
-
Description
-
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.
-
Email
-
bindata@dm9.info
-
Extra rdoc files
-
NEWS.rdoc
-
Files
-
.gitignore
.travis.yml
BSDL
COPYING
ChangeLog.rdoc
Gemfile
INSTALL
NEWS.rdoc
README.md
Rakefile
bindata.gemspec
examples/NBT.txt
examples/gzip.rb
examples/ip_address.rb
examples/list.rb
examples/nbt.rb
examples/tcp_ip.rb
lib/bindata.rb
lib/bindata/alignment.rb
lib/bindata/array.rb
lib/bindata/base.rb
lib/bindata/base_primitive.rb
lib/bindata/bits.rb
lib/bindata/buffer.rb
lib/bindata/choice.rb
lib/bindata/count_bytes_remaining.rb
lib/bindata/delayed_io.rb
lib/bindata/dsl.rb
lib/bindata/float.rb
lib/bindata/framework.rb
lib/bindata/int.rb
lib/bindata/io.rb
lib/bindata/lazy.rb
lib/bindata/name.rb
lib/bindata/offset.rb
lib/bindata/params.rb
lib/bindata/primitive.rb
lib/bindata/record.rb
lib/bindata/registry.rb
lib/bindata/rest.rb
lib/bindata/sanitize.rb
lib/bindata/skip.rb
lib/bindata/string.rb
lib/bindata/stringz.rb
lib/bindata/struct.rb
lib/bindata/trace.rb
lib/bindata/version.rb
lib/bindata/virtual.rb
lib/bindata/warnings.rb
test/alignment_test.rb
test/array_test.rb
test/base_primitive_test.rb
test/base_test.rb
test/bits_test.rb
test/buffer_test.rb
test/choice_test.rb
test/count_bytes_remaining_test.rb
test/delayed_io_test.rb
test/float_test.rb
test/int_test.rb
test/io_test.rb
test/lazy_test.rb
test/offset_test.rb
test/params_test.rb
test/primitive_test.rb
test/record_test.rb
test/registry_test.rb
test/rest_test.rb
test/skip_test.rb
test/string_test.rb
test/stringz_test.rb
test/struct_test.rb
test/system_test.rb
test/test_helper.rb
test/virtual_test.rb
test/warnings_test.rb
-
Homepage
-
http://github.com/dmendel/bindata
-
Licenses
-
Ruby
-
Rdoc options
-
--main
NEWS.rdoc
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubyforge project
-
bindata
-
Rubygems version
-
2.6.8
-
Specification version
-
4
-
Summary
-
A declarative way to read and write binary file formats
-
Original platform
-
ruby
-
New platform
-
ruby