Namespace
Statiq.Common
Interfaces
IDisposable
IAsyncDisposable
Base Types
object
MarshalByRefObject
Stream
StringStream
Stream
MarshalByRefObject
object
IDisposable
IAsyncDisposable
Syntax
public class StringStream : Stream , IDisposable , IAsyncDisposable
Constructors
Properties
Methods
Extension Methods
Name
Value
Summary
CopyToAsync(TextWriter, int)
Task
Copies a Stream
to a System. IO. TextWriter
using a buffer and leaves the stream
open after copying.
GetWriter(bool)
StreamWriter
Creates a StreamWriter
for the specified stream. The
biggest difference between this and creating a StreamWriter
directly is that the new StreamWriter
will default to
leaving the underlying stream open on disposal. Remember to flush the
returned writer after all data have been written.
ReadToEnd()
string
ThrowIfNull<StringStream>(string)
T
ToDocument<StringStream>(IContentProvider)
IDocument
ToDocument<StringStream>(IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument
ToDocument<StringStream>(NormalizedPath, IContentProvider)
IDocument
ToDocument<StringStream>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument
ToDocument<StringStream>(NormalizedPath, NormalizedPath, IContentProvider)
IDocument
ToDocument<StringStream>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument