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

Methods

Generated with Razzle Dazzle Redfish

[Validate]

InvalidEntryStream

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

Public Instance Methods

getc() click to toggle source

(Not documented)

# File vendor/path/minitar.rb, line 454
      def getc; raise ClosedStream;  end
read(len = nil) click to toggle source

(Not documented)

# File vendor/path/minitar.rb, line 453
      def read(len = nil); raise ClosedStream; end
rewind() click to toggle source

(Not documented)

# File vendor/path/minitar.rb, line 455
      def rewind; raise ClosedStream;  end

Disabled; run with --debug to generate this.