# File lib/archive/tar/minitar.rb, line 586
586:     def initialize(anIO)
587:       @io     = anIO
588:       @init_pos = anIO.pos
589:     end