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

MethodDescription
NondisposableMemoryStream()Creates a new instance.
NondisposableMemoryStream(System::SharedPtr<System::IO::Stream>)Creates a new instance using some data stream.

Fields

FieldDescription
static NullA stream with no underlying storage.

See Also