[Scummvm-devel] eos()

Marcus Comstedt marcus at mc.pp.se
Wed Apr 27 14:38:11 CEST 2005


I notice that there is a new function "eos()" in the Stream class,
documented as

	/**
	 * Returns true if the end of the stream has been reached.
	 */
	virtual bool eos() const = 0;

Well, this is pretty clear for a ReadStream, but what does it mean for
a WriteStream?  Maybe this declaration was intended for the ReadStream
class rather than for the common baseclass?


  // Marcus






More information about the Scummvm-devel mailing list