Skip to content

format

typescript
MemoryStream.CopyFrom(source, mode)

class: MemoryStream

description

Copies all data from the target memory stream to the current memory stream.

parameter

param_nametypedescription
sourceMemoryStreamThe target memory stream.
modeCloneModeThe copy mode.

reture

typedescription
void

code example