C# 클래스 MetroPass.WinRT.Infrastructure.Compression.GZipFactoryRT

상속: IGZipStreamFactory
파일 보기 프로젝트 열기: TheAngryByrd/MetroPass

공개 메소드들

메소드 설명
Compress ( Stream binaryStream ) : Stream
Decompress ( Stream binaryStream ) : Stream

메소드 상세

Compress() 공개 메소드

public Compress ( Stream binaryStream ) : Stream
binaryStream System.IO.Stream
리턴 System.IO.Stream

Decompress() 공개 메소드

public Decompress ( Stream binaryStream ) : Stream
binaryStream System.IO.Stream
리턴 System.IO.Stream