Class: Pliney::MachO::UndefinedLCReader
- Inherits:
-
CommonLCReader
- Object
- Reader
- CommonLCReader
- Pliney::MachO::UndefinedLCReader
- Defined in:
- lib/pliney/macho.rb
Instance Attribute Summary collapse
-
#cmd_data ⇒ Object
readonly
Returns the value of attribute cmd_data.
Attributes inherited from CommonLCReader
Attributes inherited from Reader
Instance Method Summary collapse
Methods inherited from CommonLCReader
Methods inherited from Reader
Constructor Details
This class inherits a constructor from Pliney::MachO::Reader
Instance Attribute Details
#cmd_data ⇒ Object (readonly)
Returns the value of attribute cmd_data.
351 352 353 |
# File 'lib/pliney/macho.rb', line 351 def cmd_data @cmd_data end |
Instance Method Details
#parse ⇒ Object
352 353 354 355 |
# File 'lib/pliney/macho.rb', line 352 def parse() super() @cmd_data = StringStream.new(@fh.strictread(@cmdsize - 8)) end |