# File lib/rubygems/package/tar_reader/entry.rb, line 55
  def eof?
    check_closed

    @read >= @header.size
  end