Click or drag to resize

BinaryRecordReaderT Constructor (Stream, Int64, Int64, Boolean)

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

Parameters

stream
Type: System.IOStream
The stream.
offset
Type: SystemInt64
The offset.
size
Type: SystemInt64
The size.
allowRecordReuse
Type: SystemBoolean
to [allow record reuse]; otherwise, .
See Also