Posted By: Dion Mendel
Date: 2007-03-28 06:31
Summary: BinData 0.6.0
Project: BinData

Enhanced numeric support.

* Single and double precision floating point numbers are now supported.
* 64 bit integers are implemented.
* An endian keyword has been added to reduce typing and enhance clarity.

Here's an example of the endian keyword in action:

class A < BinData::Struct
. endian :little
.
. uint16 :a
. uint32 :b
. double :c
. uint32be :d
. array :e, :type => :int16
end

is equivalent to:

class A < BinData::Struct
. uint16le :a
. uint32le :b
. double_le :c
. uint32be :d
. array :e, :type => :int16le
end

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: bindata-0.6.0

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post