C# 클래스 AcManager.Tools.ContentInstallation.SharpCompressExtension

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
HasAnyEncryptedFiles ( this archive ) : bool
Open ( string filename, string password ) : IArchive
WriteString ( this writer, string entryPath, string content ) : void

메소드 상세

HasAnyEncryptedFiles() 공개 정적인 메소드

public static HasAnyEncryptedFiles ( this archive ) : bool
archive this
리턴 bool

Open() 공개 정적인 메소드

public static Open ( string filename, string password ) : IArchive
filename string
password string
리턴 IArchive

WriteString() 공개 정적인 메소드

public static WriteString ( this writer, string entryPath, string content ) : void
writer this
entryPath string
content string
리턴 void