ProxyStreamCopyTo(Stream, Int32) - метод |
Reads the bytes from the current stream and writes them to another stream, using a specified buffer size.
Пространство имён:
Tessa.Platform.IO
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: System.IOStream
The stream to which the contents of the current stream will be copied. - bufferSize
- Тип: SystemInt32
The size of the buffer. This value must be greater than zero. The default size is 81920.
Исключения См. также