C# 클래스 Kentico.KInspector.Modules.Export.NpoiMemoryStream

Memory stream with Close lock. Used to bypass NPOI closing stream after Write.
상속: System.IO.MemoryStream
파일 보기 프로젝트 열기: Kentico/KInspector

공개 메소드들

메소드 설명
Close ( ) : void

Overload of close method taking into account property AllowClose.

NpoiMemoryStream ( bool allowClose = true ) : System.IO

Constructor.

메소드 상세

Close() 공개 메소드

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

NpoiMemoryStream() 공개 메소드

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