C# 클래스 GitSharp.Zlib

파일 보기 프로젝트 열기: jagregory/jagregory-gitsharp 1 사용 예제들

공개 메소드들

메소드 설명
Decompress ( Stream input ) : byte[]
Decompress ( string path ) : byte[]

메소드 상세

Decompress() 공개 메소드

public Decompress ( Stream input ) : byte[]
input System.IO.Stream
리턴 byte[]

Decompress() 공개 메소드

public Decompress ( string path ) : byte[]
path string
리턴 byte[]