C# 클래스 AA2Install.GZip

파일 보기 프로젝트 열기: aa2g/AA2Install

공개 메소드들

메소드 설명
CompressString ( string str ) : byte[]

Compresses a string in the UTF-8 format.

DecompressString ( byte bytes ) : string

Decompresses a string in the UTF-8 format.

메소드 상세

CompressString() 공개 정적인 메소드

Compresses a string in the UTF-8 format.
public static CompressString ( string str ) : byte[]
str string String to compress.
리턴 byte[]

DecompressString() 공개 정적인 메소드

Decompresses a string in the UTF-8 format.
public static DecompressString ( byte bytes ) : string
bytes byte Array of compressed contents.
리턴 string