Class: Riak::Util::Gzip::Stream
- Defined in:
- lib/riak/util/gzip.rb
Instance Method Summary collapse
- #close ⇒ Object
-
#initialize ⇒ Stream
constructor
A new instance of Stream.
Constructor Details
#initialize ⇒ Stream
Returns a new instance of Stream.
19 20 21 22 |
# File 'lib/riak/util/gzip.rb', line 19 def initialize(*) super set_encoding "BINARY" end |
Instance Method Details
#close ⇒ Object
24 25 26 |
# File 'lib/riak/util/gzip.rb', line 24 def close rewind end |