= private = protected
adler()
Returns the adler-32 checksum.
static VALUE rb_zstream_adler(VALUE obj) { return rb_uint2inum(get_zstream(obj)->stream.adler); }