Aspose::TeX::IO::NamedStream class

NamedStream class

Associates a stream of a random nature with a name.

class NamedStream : public System::IDisposable

Methods

MethodDescription
Dispose() overrideDisposes the current instance.
get_FullName() constGets the full name of the stream.
get_Stream() constGets the stream itself.
NamedStream(System::SharedPtr<System::IO::Stream>, System::String)Creates a new instance.

See Also