Interface IBinary
Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public interface IBinary
Methods
Data()
The actual binary data.
Declaration
Stream Data()
Returns
| Type | Description |
|---|---|
| System.IO.Stream | A stream that can be read from to aquire the binary data. |
Metadata()
Metadata associated with the binary.
Declaration
Metadata Metadata()
Returns
| Type | Description |
|---|---|
| Metadata | Metadata associated with the binary. |
Name()
Name to represent the binary
Declaration
string Name()
Returns
| Type | Description |
|---|---|
| System.String |
Size()
Length in bytes of the binary data.
Declaration
long Size()
Returns
| Type | Description |
|---|---|
| System.Int64 | Size of the binary |