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_name | type | description |
|---|
reture
| type | description |
|---|---|
void |
