nw::io::IOStream::CanRead Member Function

Syntax

virtual bool CanRead() const = 0;

Arguments

None.

Return Values

Returns TRUE if this stream can be read. Returns FALSE if it cannot be read.

Description

Gets whether this stream can be read.

See Also

nw::io::IOStream::Read
nw::io::IOStream::ReadAsync

Revision History

2009/10/20
Initial version.

CONFIDENTIAL