= private = protected
end()
Closes the stream. All operations on the closed stream will raise an exception.
static VALUE rb_zstream_end(VALUE obj) { zstream_end(get_zstream(obj)); return Qnil; }