FileBufferChunk
# File lib/fluent/plugin/buf_zfile.rb, line 27 def <<(data) zdata = @z.deflate(data, Z_NO_FLUSH) unless zdata.empty? super(zdata) end end
# File lib/fluent/plugin/buf_zfile.rb, line 43 def close @z.close super end
Generated with the Darkfish Rdoc Generator 2.