Click or drag to resize

BinaryRecordReaderT Constructor (Stream, Boolean)

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public BinaryRecordReader(
	Stream stream,
	bool allowRecordReuse
)

Parameters

stream
Type: System.IOStream
The stream to read the records from.
allowRecordReuse
Type: SystemBoolean
if the reader can reuse the same instance of T every time; if a new instance must be created for every record.
See Also