= private = protected
total_in()
Returns the total bytes of the input data to the stream. FIXME
static VALUE rb_zstream_total_in(VALUE obj) { return rb_uint2inum(get_zstream(obj)->stream.total_in); }