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
MemoryStreamFactory
object
IMemoryStreamFactory

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