C# 클래스 Bloom.BloomZipFile

This just provides a convenient wrapper over a zipping library. It's not really specific to Bloom. To Use, create a BloomZipFile, add files and directories, then call Save().
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 메소드들

메소드 설명
AddDirectory ( string directoryPath ) : void

Adds a directory, along with all files and subdirectories

AddTopLevelFile ( string path ) : void
BloomZipFile ( string path ) : System.IO
Save ( ) : void

비공개 메소드들

메소드 설명
AddDirectory ( string directoryPath, int dirNameOffest ) : void
AddFile ( string path, string entryName ) : void

메소드 상세

AddDirectory() 공개 메소드

Adds a directory, along with all files and subdirectories
public AddDirectory ( string directoryPath ) : void
directoryPath string The directory to add recursively
리턴 void

AddTopLevelFile() 공개 메소드

public AddTopLevelFile ( string path ) : void
path string
리턴 void

BloomZipFile() 공개 메소드

public BloomZipFile ( string path ) : System.IO
path string
리턴 System.IO

Save() 공개 메소드

public Save ( ) : void
리턴 void