| Перегрузка | Описание | 
|---|---|
| Write(ReadOnlySpan<Byte>) | 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. (Наследуется от System.IO.Stream) | 
| Write(Byte[],Int32,Int32) | Записывает последовательность байтов в текущий поток и перемещает текущую позицию в этом потоке на количество записанных байтов. |