点击或拖拽改变大小

BlobData 类

X#
This class is used to write BLOB data to a FPT file.
继承层次
Object
  BlobData

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 CLASS BlobData IMPLEMENTS IBlobData
查看代码

BlobData 类型公开以下成员。

构造函数
  名称说明
公共方法BlobData
初始化 BlobData 类的一个新实例
Top
属性
  名称说明
公共属性Data
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
公共属性Length
Length of the data to write or return. Defaults to all data
公共属性Pointer
Pointer for which to write or return the data
公共属性Start
Start of the data to write or return. Defaults to 0
Top
参见