Class: Rant::Archive::Rubyzip::NullDecompressor
- Includes:
- Singleton
- Defined in:
- lib/rant/archive/rubyzip.rb
Overview
:nodoc:all
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#input_finished? ⇒ Boolean
285 286 287 |
# File 'lib/rant/archive/rubyzip.rb', line 285 def input_finished? true end |
#produce_input ⇒ Object
281 282 283 |
# File 'lib/rant/archive/rubyzip.rb', line 281 def produce_input nil end |
#read(numberOfBytes = nil) ⇒ Object
277 278 279 |
# File 'lib/rant/archive/rubyzip.rb', line 277 def read(numberOfBytes = nil) nil end |