BinaryStream(ISupportsBinaryStream, Boolean) Constructor

Creates a BinaryStream that is at position 0 of the provided stream.

Definition

Namespace: SnapDB.IO.Unmanaged
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public BinaryStream(
	ISupportsBinaryStream stream,
	bool leaveOpen = true
)

Parameters

stream  ISupportsBinaryStream
The base stream to use.
leaveOpen  Boolean  (Optional)
Determines if the underlying stream will automatically be disposed of when this class has its dispose method called.

See Also