eof?()
Are we at the end of the tar entry?
# File lib/rubygems/package/tar_reader/entry.rb, line 56 def eof? check_closed @read >= @header.size end