Click or drag to resize

StreamRecordReaderTRecordInputStream Property

Gets or sets the IRecordInputStream implementation of Stream.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected IRecordInputStream RecordInputStream { get; }

Property Value

Type: IRecordInputStream
Stream cast to IRecordInputStream, or if it doesn't implement it.
See Also