Click or drag to resize

BinaryRecordReaderT Constructor (Stream)

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

Parameters

stream
Type: System.IOStream
The stream to read the records from.
See Also