Forwards calls to an underlying
RecyclableMemoryStreamManager
so that Statiq.Common doesn't have to maintain a reference to it.
- Namespace
- Statiq
.Core - Interfaces
- Base Types
-
- object
Syntax
public class MemoryStreamFactory : IMemoryStreamFactory
Methods
| Name | Return Value | Summary |
|---|---|---|
| GetStream |
MemoryStream | |
| GetStream |
MemoryStream | |
| GetStream |
MemoryStream | |
| GetStream |
MemoryStream | |
| GetStream |
MemoryStream |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| GetStream |
MemoryStream |
Retrieve a new
MemoryStream object with contents copied from the provided
buffer. The provided buffer is not wrapped or used after construction.
|
| ThrowIfNull |
T |
From GuardExtensions
|
| ToDocument |
IDocument | |
| ToDocument |
IDocument | |
| ToDocument |
IDocument | |
| ToDocument |
IDocument | |
| ToDocument |
IDocument | |
| ToDocument |
IDocument |