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