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

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

Méthodes publiques

Méthode Description
Close ( ) : void

Overload of close method taking into account property AllowClose.

NpoiMemoryStream ( bool allowClose = true ) : System.IO

Constructor.

Method Details

Close() public méthode

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

NpoiMemoryStream() public méthode

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