NamedStream class

NamedStream class

Associates a stream of a random nature with a name.

The NamedStream type exposes the following members:

Constructors

NameDescription
NamedStream(stream, full_name)Initializes a new instance of the NamedStream class

Properties

NameDescription
full_nameGets the full name of the stream.
streamGets the stream itself.

See Also