Determines whether there are any bytes available in the current stream.
[Visual Basic] Overridable Public ReadOnly Property DataAvailable As Boolean [C#] public bool DataAvailable {override get;} [C++] public: __property virtual bool get_DataAvailable(); [JScript] public function get DataAvailable() : Boolean;
The status (open or closed) of the stream, and the beginning writing position within it.
MemoryStream Class | MemoryStream Members | System.IO Namespace