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
graph BT
Type-->Base0["object"]
Type-.->Interface0["IMemoryStreamFactory"]
click Interface0 "/api/Statiq.Common/IMemoryStreamFactory"
Type["MemoryStreamFactory"]
class Type type-node
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 |