Name | Description | |
---|---|---|
![]() | Append | Appends a block of bytes to the end of the current stream using data read from buffer. |
![]() | BeginRead | (Inherited from System.IO.Stream) |
![]() | BeginWrite | (Inherited from System.IO.Stream) |
![]() | Close | (Inherited from System.IO.Stream) |
![]() | CopyTo | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | CopyToAsync | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | Dispose | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | DisposeAsync | (Inherited from System.IO.Stream) |
![]() | EndRead | (Inherited from System.IO.Stream) |
![]() | EndWrite | (Inherited from System.IO.Stream) |
![]() | Flush | (Inherited from System.IO.MemoryStream) |
![]() | FlushAsync | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | GetBuffer | (Inherited from System.IO.MemoryStream) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Read | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | ReadAsync | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | ReadAtLeast | (Inherited from System.IO.Stream) |
![]() | ReadAtLeastAsync | (Inherited from System.IO.Stream) |
![]() | ReadByte | (Inherited from System.IO.MemoryStream) |
![]() | ReadExactly | Overloaded. (Inherited from System.IO.Stream) |
![]() | ReadExactlyAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | Seek | (Inherited from System.IO.MemoryStream) |
![]() | SetLength | (Inherited from System.IO.MemoryStream) |
![]() | ToArray | (Inherited from System.IO.MemoryStream) |
![]() | Trim | Discard already-read data (up to the read Position) from the stream buffer and reset the buffer length to free memory. |
![]() | TryGetBuffer | (Inherited from System.IO.MemoryStream) |
![]() | Write | Overloaded. Overridden. When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. |
![]() | WriteAsync | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | WriteByte | (Inherited from System.IO.MemoryStream) |
![]() | WriteTo | (Inherited from System.IO.MemoryStream) |