NaiadReader ClassNaiad Help

[This is preliminary documentation and is subject to change.]

Reads data written in the Naiad message format from a Stream.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.Naiad.SerializationNaiadReader

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 class NaiadReader : IDisposable

The NaiadReader type exposes the following members.

Constructors

  NameDescription
Public methodNaiadReader
Constructs a new NaiadReader that consumes data from the given stream and uses the given serialization format.
Top
Methods

  NameDescription
Public methodDispose
Frees all resources associated with this reader.
Public methodReadTElement
Reads an element from the stream.
Public methodReadTElement(NaiadSerializationTElement)
Reads an element from the stream, using a specific deserializer.
Public methodTryReadTElement
Tries to read an element from the stream.
Top
See Also

Reference