SeekableStreamCopyTo(Stream, Int32) - метод
Reads the bytes from the current stream and writes them to another stream, using a specified buffer size. Both streams positions are advanced by the number of bytes copied.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public override void CopyTo(
Stream destination,
int bufferSize
)
Public Overrides Sub CopyTo (
destination As Stream,
bufferSize As Integer
)
public:
virtual void CopyTo(
Stream^ destination,
int bufferSize
) override
abstract CopyTo :
destination : Stream *
bufferSize : int -> unit
override CopyTo :
destination : Stream *
bufferSize : int -> unit
Параметры
- destination Stream
- The stream to which the contents of the current stream will be copied.
- bufferSize Int32
- The size of the buffer. This value must be greater than zero. The default size is 81920.