# File lib/cstruct/cstruct.rb, line 223
  def data= bindata
    raise 'Data Type Error!' unless bindata.is_a? String
    self << bindata
  end