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