# File lib/innodb/data_type.rb, line 20
    def value(data)
      "0b%b" % BinData::const_get("Uint%dbe" % (@width * 8)).read(data)
    end