# File tar.rb, line 213 213: def initialize( file, start, length ) 214: @file = file 215: @start = start 216: @length = length 217: @last_pos = @start 218: @file.pos = @start 219: end