/*
* Returns the io stream underlying this stream. If the strem was constructed
* with a file, that is returned. Otherwise, an empty string is returned.
*
* @return [File, String] similar to whatever the stream was constructed with
* @raise [IOError] if the stream has been closed
*/
static VALUE bz_to_io(VALUE obj) {