BinaryDataSource Constructors
Binary data held in memory, placed in the output as-is.
public BinaryDataSource(ReadOnlyMemory<Byte> data);
Parameters
| Name | Type | Description |
|---|---|---|
data |
ReadOnlyMemory<Byte> |
Binary data held in memory, placed in the output as-is.
public BinaryDataSource(ReadOnlyMemory<Byte> data);
| Name | Type | Description |
|---|---|---|
data |
ReadOnlyMemory<Byte> |