# File tar.rb, line 272
272:       def eof?
273:         sanity_checks
274:         @file.pos - @start >= @length
275:       end