TestMemoryStreamFactory Class
Namespace
Statiq.Testing
Interfaces
Base Types
  • object
TestMemoryStreamFactory
object
IMemoryStreamFactory

Syntax

public class TestMemoryStreamFactory : 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