StringItemStream<TItem> Class
A read-only, non-seeking string-based stream produced by iterating over a collection of arbitrary objects.
Namespace
Statiq.Common
Interfaces
  • IDisposable
  • IAsyncDisposable
Base Types
Derived Types
StringItemStream<TItem>
ItemStream<TItem>
Stream
MarshalByRefObject
object
IDisposable
IAsyncDisposable
StringItemStream
DelegateStringItemStream<TItem>

Syntax

public abstract class StringItemStream<TItem> : ItemStream<TItem>, IDisposable, IAsyncDisposable

Type Parameters

Name Description
TItem

Constructors

Methods

Name Return Value Summary
GetItemBytes(TItem) ReadOnlySpan<byte>
GetItemString(TItem) string
Gets the string for a given item.
GetPrefix() ReadOnlySpan<byte>
Reset() void

Extension Methods