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