MemoryStream: CanWrite (get) |
Gets value indicating whether the current stream supports writing.
Public Property Get CanWrite ( ) As Boolean
If the MemoryStream object was created with the Writable parameter specified as True or the object was created with no parameters, then the stream supports writing.
If the stream is closed, this property return False.
Read Only.