Aspose::TeX::IO::NondisposableMemoryStream class
NondisposableMemoryStream class
The class that encapsulates a stream that cannot be disposed by calling the System::IDisposable::Dispose method, whether explicitly or implicitly.
class NondisposableMemoryStream : public System::IO::MemoryStream
Methods
Method | Description |
---|---|
NondisposableMemoryStream() | Creates a new instance. |
NondisposableMemoryStream(System::SharedPtr<System::IO::Stream>) | Creates a new instance using some data stream. |
Fields
Field | Description |
---|---|
static Null | A stream with no underlying storage. |
See Also
- Class MemoryStream
- Namespace Aspose::TeX::IO
- Library Aspose.TeX for C++