total_out()
public
Returns the total bytes of the output data from the stream. FIXME
Show source
/*
* Returns the total bytes of the output data from the stream. FIXME
*/
static VALUE
rb_zstream_total_out(obj)
VALUE obj;
{
return rb_uint2inum(get_zstream(obj)->stream.total_out);
}