class Pliney::MachO::UndefinedLCReader
Attributes
cmd_data[R]
Public Instance Methods
parse()
click to toggle source
Calls superclass method
Pliney::MachO::CommonLCReader#parse
# File lib/pliney/macho.rb, line 352 def parse() super() @cmd_data = StringStream.new(@fh.strictread(@cmdsize - 8)) end