InputBuffer 构造函数 | |
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
stream AS Stream,
headerLength AS LONG,
recordLength AS LONG,
shared AS LOGIC
)
public InputBuffer(
Stream stream,
int headerLength,
int recordLength,
bool shared
)
查看代码参数
- stream
- 类型:Stream
- headerLength
- 类型:Int32
- recordLength
- 类型:Int32
- shared
- 类型:Boolean
参见