= private = protected
reset()
Resets and initializes the stream. All data in both input and output buffer are discarded.
static VALUE rb_zstream_reset(VALUE obj) { zstream_reset(get_zstream(obj)); return Qnil; }