Click or drag to resize

InputBuffer Constructor

X#
Initializes a new instance of the InputBuffer class

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
)
Request Example View Source

Parameters

stream
Type: Stream
headerLength
Type: Long
recordLength
Type: Long
shared
Type: Logic
See Also