/*
 * Test whether the bzip stream has reached its end (see Bzip2::Reader#eoz?)
 * and then tests that the undlerying IO has also reached an eof
 *
 * @return [Boolean] +true+ if the stream has reached or +false+ otherwise.
 */
static VALUE bz_reader_eof(VALUE obj) {