# File lib/archive/tar/minitar.rb, line 306
306:     def initialize(anIO)
307:       @io     = anIO
308:       @closed = false
309:     end