# File lib/rubytorrent/metainfo.rb, line 46
  def check
    raise MetaInfoFormatError, "invalid file length" unless @s.length >= 0
  end