Class: Elf::DataEncoding

Inherits:
Value
  • Object
show all
Defined in:
lib/elf.rb

Constant Summary collapse

BytestreamMapping =
{
  Lsb => BytestreamReader::LittleEndian,
  Msb => BytestreamReader::BigEndian
}

Instance Attribute Summary

Attributes inherited from Value

#desc, #mnemonic, #val

Method Summary

Methods inherited from Value

#==, [], each, from_string, has_key?, #initialize

Constructor Details

This class inherits a constructor from Elf::Value