= private = protected
finished?()
Returns true if the stream is finished.
/* * Returns true if the stream is finished. */ static VALUE rb_zstream_finished_p(obj) VALUE obj; { return ZSTREAM_IS_FINISHED(get_zstream(obj)) ? Qtrue : Qfalse; }