RemoteBinaryStream Constructor

Initializes a new instance of the RemoteBinaryStream class with the specified stream for communication.

Definition

Namespace: SnapDB.IO
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public RemoteBinaryStream(
	Stream stream,
	WorkerThreadSynchronization? workerThreadSynchronization = null
)

Parameters

stream  Stream
The underlying stream used for communication.
workerThreadSynchronization  WorkerThreadSynchronization  (Optional)
An optional instance of WorkerThreadSynchronization for synchronization. If not provided, a new instance will be created.

Exceptions

ExceptionThrown if the processor is not little-endian (not supported).

See Also