GetStream(int, bool) Method

Syntax

public virtual MemoryStream GetStream(int requiredSize, bool asContiguousBuffer)

Parameters

Name Type Description
requiredSize int
asContiguousBuffer bool

Return Value

Type Description
MemoryStream