C# 클래스 SIPackages.PlatformSpecific.SIPackageFactory

파일 보기 프로젝트 열기: VladimirKhil/SI

공개 메소드들

메소드 설명
CreatePackage ( Stream stream, bool leaveOpen = false ) : ISIPackage
CreatePackage ( string folder ) : ISIPackage
GetPackage ( Stream stream, bool read = true ) : ISIPackage
GetPackage ( string folder, bool read = true ) : ISIPackage

메소드 상세

CreatePackage() 공개 추상적인 메소드

public abstract CreatePackage ( Stream stream, bool leaveOpen = false ) : ISIPackage
stream Stream
leaveOpen bool
리턴 ISIPackage

CreatePackage() 공개 추상적인 메소드

public abstract CreatePackage ( string folder ) : ISIPackage
folder string
리턴 ISIPackage

GetPackage() 공개 추상적인 메소드

public abstract GetPackage ( Stream stream, bool read = true ) : ISIPackage
stream Stream
read bool
리턴 ISIPackage

GetPackage() 공개 추상적인 메소드

public abstract GetPackage ( string folder, bool read = true ) : ISIPackage
folder string
read bool
리턴 ISIPackage