= private = protected
total_out()
Returns the total bytes of the output data from the stream. FIXME
static VALUE rb_zstream_total_out(VALUE obj) { return rb_uint2inum(get_zstream(obj)->stream.total_out); }