[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[].
System Object
System MarshalByRefObject
System.IO Stream NFX.IO BufferSegmentReadingStreamNamespace: NFX.IOAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class BufferSegmentReadingStream : Stream
public sealed class BufferSegmentReadingStream : Stream
Public NotInheritable Class BufferSegmentReadingStream
Inherits Stream
Public NotInheritable Class BufferSegmentReadingStream
Inherits Stream
public ref class BufferSegmentReadingStream sealed : public Stream
public ref class BufferSegmentReadingStream sealed : public Stream
[<SealedAttribute>]
type BufferSegmentReadingStream =
class
inherit Stream
end
[<SealedAttribute>]
type BufferSegmentReadingStream =
class
inherit Stream
end