Class: Rant::Archive::Rubyzip::NullDecompressor

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/rant/archive/rubyzip.rb

Overview

:nodoc:all

Direct Known Subclasses

NullInputStream

Instance Method Summary collapse

Instance Method Details

#input_finished?Boolean

Returns:

  • (Boolean)


285
286
287
# File 'lib/rant/archive/rubyzip.rb', line 285

def input_finished?
  true
end

#produce_inputObject



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