C# 클래스 oipckmngr.Compression

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
Compress ( string directory, string command, string destination ) : void
Decompress ( string directory, string archiveFile ) : void

비공개 메소드들

메소드 설명
addDirectory ( TarArchive tarArchive, string directory ) : void
addFile ( TarArchive tarArchive, string filename ) : void
createDirectories ( string path ) : void
run ( string directory, string command, string arguments ) : void
toRelative ( string file, string basepath ) : string

메소드 상세

Compress() 공개 정적인 메소드

public static Compress ( string directory, string command, string destination ) : void
directory string
command string
destination string
리턴 void

Decompress() 공개 정적인 메소드

public static Decompress ( string directory, string archiveFile ) : void
directory string
archiveFile string
리턴 void