BufferSegmentReadingStream ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Implements a read-only stream wrapper around a segment of byte[]. Unlike MemoryStream, this class allows for use of long indexes and reuse the same stream instance with different byte[].
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem MarshalByRefObject
    OnlineSystem.IO Stream
      NFX.IO BufferSegmentReadingStream

Namespace: NFX.IO
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class BufferSegmentReadingStream : Stream
See Also