class BinaryParser::BuiltInTemplate::UIntN

Public Instance Methods

names() click to toggle source
# File lib/binary_parser/built_in_template/uint_n.rb, line 8
def names
  []
end
to_i() click to toggle source
# File lib/binary_parser/built_in_template/uint_n.rb, line 4
def to_i
  entity.to_i
end