BuildMaster SDK Reference
Version:
Create(long expectedLength) Method
Returns a temporary stream best suited for storing data of the specified length.
Syntax
public
static
System.IO.Stream Create(long expectedLength)
Parameters
- expectedLength
- Type: long
Length of data which is expected to be written to the stream.
Returns
Stream back by data that will be accessible only until it is closed.