C# 클래스 SebWindowsClient.ConfigurationUtils.GZipByte

Compressing and decompressing byte arrays using gzip
파일 보기 프로젝트 열기: SafeExamBrowser/seb-win 1 사용 예제들

공개 메소드들

메소드 설명
Compress ( byte input ) : byte[]
Decompress ( byte input ) : byte[]

메소드 상세

Compress() 공개 정적인 메소드

public static Compress ( byte input ) : byte[]
input byte
리턴 byte[]

Decompress() 공개 정적인 메소드

public static Decompress ( byte input ) : byte[]
input byte
리턴 byte[]