123456789_123456789_123456789_123456789_123456789_

Class: ActiveSupport::Gzip::Stream

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, StringIO
Instance Chain:
self, StringIO
Inherits: StringIO
  • ::Object
Defined in: activesupport/lib/active_support/gzip.rb

Class Method Summary

Instance Method Summary

Constructor Details

.newStream

[ GitHub ]

  
# File 'activesupport/lib/active_support/gzip.rb', line 15

def initialize(*)
  super
  set_encoding "BINARY"
end

Instance Method Details

#close

[ GitHub ]

  
# File 'activesupport/lib/active_support/gzip.rb', line 19

def close; rewind; end