Overload | Description |
---|---|
Write(Byte[],Int32,Int32) | 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. Writes a block of bytes to the current stream using data read from buffer. |
Write(ReadOnlySpan{Byte}) | (Inherited from System.IO.MemoryStream) |