# File lib/archive/tar/minitar.rb, line 312
312:     def initialize(anIO)
313:       @io     = anIO
314:       @closed = false
315:     end