DOFBlob Constructor (Byte)OpenDOF Object Access Library
Create a new blob from byte data.

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFBlob(
	byte[] data
)

Parameters

data
Type: SystemByte
The data to encapsulate. Must not be null.
Remarks

Create a new blob from byte data. The type will be determined by the data, but will be fixed-length type.
See Also

Reference