DOFBlob ClassOpenDOF Object Access Library
Implementation of org.opendof.core.oal.DOFValue that supports binary large objects (blobs) of fixed or variable length.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oal.valueDOFBlob

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

C#
[SerializableAttribute]
public class DOFBlob : DOFValue, DOFImmutable

The DOFBlob type exposes the following members.

Constructors

  NameDescription
Public methodDOFBlob(Byte)
Create a new blob from byte data.
Public methodDOFBlob(DOFBlobType, DOFPacket)
Create a DOFBlob from serial form.
Public methodDOFBlob(DOFBlobType, Byte)
Create a new blob given a type and data.
Top
Methods

  NameDescription
Public methodStatic memberarray(Byte)
Convert an array of language types into an array of OAL values.
Public methodStatic memberarray(IListByte)
Convert a list of language types into an array of OAL values.
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodget
Return the data associated with a blob.
Public methodgetDOFType
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisCompatibleWith
Public methodmarshal
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference