MemoryItemStream Class
A read-only, non-seeking stream produced by iterating over a collection of byte arrays.
Namespace
Statiq.Common
Interfaces
  • IDisposable
  • IAsyncDisposable
Base Types
  • object
  • MarshalByRefObject
  • Stream
  • ItemStream<byte[]>
graph BT Type-->Base0["ItemStream<byte[]>"] Base0-->Base1["Stream"] Base1-->Base2["MarshalByRefObject"] Base2-->Base3["object"] Type-.->Interface0["IDisposable"] Type-.->Interface1["IAsyncDisposable"] Type["MemoryItemStream"] class Type type-node

Syntax

public class MemoryItemStream : ItemStream<byte[]>, IDisposable, IAsyncDisposable

Constructors

Methods

Name Return Value Summary
GetItemBytes(byte[]) ReadOnlySpan<byte>

Extension Methods