[This is preliminary documentation and is subject to change.]
Constructs a new NaiadReader that consumes data from the given stream and uses the given
serialization format.
Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public NaiadReader( Stream stream )
Parameters
- stream
- Type: System.IOStream
The stream from which data will be read.
See Also