MemoryStreamFactory Class
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(byte[], int, int) MemoryStream
GetStream(int, bool) MemoryStream
GetStream(int) MemoryStream
GetStream(string) MemoryStream

Extension Methods