Skip to content

format

typescript
MemoryStream.PrepareWrite()

class: MemoryStream

description

Performs the operation of preparing to write data.

When this method is executed, the data stream size and read/write position of the current MemoryStream object are both set to 0.

parameter

param_nametypedescription

reture

typedescription
void

code example