C# Class Kentico.KInspector.Modules.Export.NpoiMemoryStream

Memory stream with Close lock. Used to bypass NPOI closing stream after Write.
Inheritance: System.IO.MemoryStream
Mostrar archivo Open project: Kentico/KInspector

Public Methods

Method Description
Close ( ) : void

Overload of close method taking into account property AllowClose.

NpoiMemoryStream ( bool allowClose = true ) : System.IO

Constructor.

Method Details

Close() public method

Overload of close method taking into account property AllowClose.
public Close ( ) : void
return void

NpoiMemoryStream() public method

Constructor.
public NpoiMemoryStream ( bool allowClose = true ) : System.IO
allowClose bool Allow Close for stream. Property .
return System.IO