data_type()
public
Guesses the type of the data which have been inputed into the stream. The
returned value is either BINARY, ASCII, or
UNKNOWN.
Show source
static VALUE
rb_zstream_data_type(VALUE obj)
{
return INT2FIX(get_zstream(obj)->stream.data_type);
}