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