This marks the EntryStream closed for reading without closing the actual data stream.
# File lib/archive/tar/minitar.rb, line 454 454: def getc; raise ClosedStream; end
# File lib/archive/tar/minitar.rb, line 453 453: def read(len = nil); raise ClosedStream; end
# File lib/archive/tar/minitar.rb, line 455 455: def rewind; raise ClosedStream; end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.