# File lib/rubygems/package/tar_reader.rb, line 40
  def initialize(io)
    @io = io
    @init_pos = io.pos
  end