Click or drag to resize

BlobData Class

X#
This class is used to write BLOB data to a FPT file.
Inheritance Hierarchy
Object
  BlobData

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 CLASS BlobData IMPLEMENTS IBlobData
Request Example View Source

The BlobData type exposes the following members.

Constructors
  NameDescription
Public methodBlobData
Initializes a new instance of the BlobData class
Top
Properties
  NameDescription
Public propertyData
Data to write to the blob file. This can be a BYTE[] but also other values. At this moment the FPT RDD supports BYTE[], String, Logic Other value types may follow later
Public propertyLength
Length of the data to write or return. Defaults to all data
Public propertyPointer
Pointer for which to write or return the data
Public propertyStart
Start of the data to write or return. Defaults to 0
Top
See Also