| RecordFileReaderT Constructor (Stream) |
Initializes a new instance of the
RecordFileReaderT class that reads from the specified stream.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public RecordFileReader(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
RecordFileReader(
Stream^ stream
)
new :
stream : Stream -> RecordFileReader
Parameters
- stream
- Type: System.IOStream
The Stream to read from.
See Also