BinaryStreamBaseStream Property

Gets the underlying stream associated with the BinaryStream instance.

Definition

Namespace: SnapDB.IO.Unmanaged
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public ISupportsBinaryStream? BaseStream { get; }

Property Value

ISupportsBinaryStream
The underlying stream.

Remarks

The BaseStream property provides access to the stream that this BinaryStream instance operates on. It can be used for reading data from and writing data to the underlying stream.

See Also