Name | Description | |
---|---|---|
![]() | ArraySegmentStream Constructor | Overloaded. |
The following tables list the members exposed by ArraySegmentStream.
Name | Description | |
---|---|---|
![]() | ArraySegmentStream Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CanRead | Overridden. When overridden in a derived class, gets a value indicating whether the current stream supports reading. |
![]() | CanSeek | Overridden. When overridden in a derived class, gets a value indicating whether the current stream supports seeking. |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | Overridden. When overridden in a derived class, gets a value indicating whether the current stream supports writing. |
![]() | Capacity | (Inherited from System.IO.MemoryStream) |
![]() | Length | Overridden. When overridden in a derived class, gets the length in bytes of the stream. |
![]() | Position | Overridden. When overridden in a derived class, gets or sets the position within the current stream. |
![]() | ReadTimeout | (Inherited from System.IO.MemoryStream) |
![]() | WriteTimeout | (Inherited from System.IO.MemoryStream) |
Name | Description | |
---|---|---|
![]() | BeginRead | (Inherited from System.IO.Stream) |
![]() | BeginWrite | (Inherited from System.IO.MemoryStream) |
![]() | Close | (Inherited from System.IO.MemoryStream) |
![]() | CopyTo | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | CopyToAsync | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | CreateObjRef | (Inherited from System.IO.MemoryStream) |
![]() | Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the System.IO.Stream and optionally releases the managed resources. |
![]() | EndRead | (Inherited from System.IO.MemoryStream) |
![]() | EndWrite | (Inherited from System.IO.MemoryStream) |
![]() | Flush | Overridden. When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device. |
![]() | FlushAsync | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | GetBuffer | (Inherited from System.IO.MemoryStream) |
![]() | GetBuffers | Returns ownership of the buffers stored in the stream. |
![]() | GetLifetimeService | (Inherited from System.IO.MemoryStream) |
![]() | GetSequence | Returns sequence of the buffers stored in the stream. |
![]() | InitializeLifetimeService | (Inherited from System.IO.MemoryStream) |
![]() | Read | Overridden. When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. |
![]() | ReadAsync | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | ReadByte | Overridden. Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. |
![]() | Seek | Overridden. When overridden in a derived class, sets the position within the current stream. |
![]() | SetLength | Overridden. When overridden in a derived class, sets the length of the current stream. |
![]() | ToArray | Overridden. Writes the stream contents to a byte array, regardless of the System.IO.MemoryStream.Position property. |
![]() | TryGetBuffer | (Inherited from System.IO.MemoryStream) |
![]() | Write | 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 | Overridden. Writes a byte to the current position in the stream and advances the position within the stream by one byte. |
![]() | WriteTo | (Inherited from System.IO.MemoryStream) |
Name | Description | |
---|---|---|
![]() | CreateWaitHandle | (Inherited from System.IO.Stream) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.IO.MemoryStream) |
![]() | ObjectInvariant | (Inherited from System.IO.MemoryStream) |