Methods

Archive::Tar::Minitar::Reader::InvalidEntryStream

This marks the EntryStream closed for reading without closing the actual data stream.

Public Instance Methods

getc() click to toggle source
     # File lib/archive/tar/minitar.rb, line 454
454:       def getc; raise ClosedStream;  end
read(len = nil) click to toggle source
     # File lib/archive/tar/minitar.rb, line 453
453:       def read(len = nil); raise ClosedStream; end
rewind() click to toggle source
     # 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.