C# 클래스 DynamicSugar.Compression.GZip

파일 보기 프로젝트 열기: fredericaltorres/DynamicSugarNet

공개 메소드들

메소드 설명
GZipFile ( string fileName, string extension = "gzip" ) : string

Gzip a file.

GZipFolder ( string path, string wildCard ) : void
UnGZipFile ( string fileName ) : string
Unzip ( byte bytes ) : byte[]
UnzipAsString ( byte bytes ) : string
Zip ( byte bytes ) : byte[]
Zip ( string str ) : byte[]

비공개 메소드들

메소드 설명
CopyTo ( Stream src, Stream dest ) : void

메소드 상세

GZipFile() 공개 정적인 메소드

Gzip a file.
public static GZipFile ( string fileName, string extension = "gzip" ) : string
fileName string
extension string
리턴 string

GZipFolder() 공개 정적인 메소드

public static GZipFolder ( string path, string wildCard ) : void
path string
wildCard string
리턴 void

UnGZipFile() 공개 정적인 메소드

public static UnGZipFile ( string fileName ) : string
fileName string
리턴 string

Unzip() 공개 정적인 메소드

public static Unzip ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

UnzipAsString() 공개 정적인 메소드

public static UnzipAsString ( byte bytes ) : string
bytes byte
리턴 string

Zip() 공개 정적인 메소드

public static Zip ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

Zip() 공개 정적인 메소드

public static Zip ( string str ) : byte[]
str string
리턴 byte[]