class Riak::Util::Gzip::Stream
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/riak/util/gzip.rb, line 19 def initialize(*) super set_encoding "BINARY" end
Public Instance Methods
close()
click to toggle source
# File lib/riak/util/gzip.rb, line 24 def close rewind end