Module: Minitar::Reader::InvalidEntryStream
- Defined in:
- lib/minitar/reader.rb
Overview
This marks the EntryStream closed for reading without closing the actual data stream.
Instance Method Summary collapse
Instance Method Details
#closed? ⇒ Boolean
23 24 25 |
# File 'lib/minitar/reader.rb', line 23 def closed? true end |