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

Syntax

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

Type Parameters

Name Description
TItem

Constructors

Properties

Name Property Type Summary
CanRead bool
CanSeek bool
CanTimeout bool
CanWrite bool
Items IEnumerable<TItem>
Length long
Position long
ReadTimeout int
WriteTimeout int

Methods

Extension Methods