  | BinaryRecordReaderT Constructor (Stream) | 
  
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic BinaryRecordReader(
	Stream stream
)
Public Sub New ( 
	stream As Stream
)
public:
BinaryRecordReader(
	Stream^ stream
)
new : 
        stream : Stream -> BinaryRecordReaderParameters
- stream
 - Type: System.IOStream
The stream to read the records from. 
See Also