Determines whether there are any bytes available in the current stream.
[Visual Basic] MustOverride Public ReadOnly Property DataAvailable As Boolean [C#] public bool DataAvailable {abstract get;} [C++] public: __property virtual bool get_DataAvailable() = 0; [JScript] public abstract function get DataAvailable() : Boolean;
true if the end of the stream has not been reached; otherwise, false.