InputBuffer Constructor | |
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax CONSTRUCTOR(
stream AS Stream,
headerLength AS LONG,
recordLength AS LONG,
shared AS LOGIC
)
public InputBuffer(
Stream stream,
int headerLength,
int recordLength,
bool shared
)
Request Example
View SourceParameters
- stream
- Type: Stream
- headerLength
- Type: Long
- recordLength
- Type: Long
- shared
- Type: Logic
See Also