CustomImplementationFactory.CreateMemoryStream
CreateMemoryStream()
Create one instance of MemoryStream or custom implementation of MemoryStream.
public virtual MemoryStream CreateMemoryStream()
Return Value
The MemoryStream instance.
See Also
- class CustomImplementationFactory
- namespace Aspose.Cells
- assembly Aspose.Cells
CreateMemoryStream(int)
Create one instance of MemoryStream or custom implementation of MemoryStream.
public virtual MemoryStream CreateMemoryStream(int capacity)
Parameter | Type | Description |
---|---|---|
capacity | Int32 | Initial capacity for the MemoryStream |
Return Value
The MemoryStream instance.
See Also
- class CustomImplementationFactory
- namespace Aspose.Cells
- assembly Aspose.Cells