* @package MCMS\System\Response * @since 1.1.0.0 */ interface iStreamProvider { /** * Fetches the next block from the stream */ public function fetchNextBlock(); }