Method: RHC::Vendor::Zlib::GzipFile#initialize

Defined in:
lib/rhc/vendor/zliby.rb

#initializeGzipFile

Returns a new instance of GzipFile.



496
497
498
499
500
501
# File 'lib/rhc/vendor/zliby.rb', line 496

def initialize
  @input_buffer = []
  @output_buffer = []
  @out_pos = -1
  @in_pos = -1
end