Aspose::TeX::IO::NamedStream class
NamedStream class
Associates a stream of a random nature with a name.
class NamedStream : public System::IDisposable
Methods
Method | Description |
---|---|
Dispose() override | Disposes the current instance. |
get_FullName() const | Gets the full name of the stream. |
get_Stream() const | Gets the stream itself. |
NamedStream(System::SharedPtr<System::IO::Stream>, System::String) | Creates a new instance. |
See Also
- Class IDisposable
- Namespace Aspose::TeX::IO
- Library Aspose.TeX for C++