# File lib/ttfunk/table.rb, line 28
    def raw
      if exists?
        parse_from(offset) { io.read(length) }
      else
        nil
      end
    end