Перегрузка | Описание |
---|---|
Read(Span<Byte>) | 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. (Наследуется от System.IO.Stream) |
Read(Byte[],Int32,Int32) | Копирует байты из текущего буферизованного потока в массив. |