Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Aselia
Core
InterServer
Packer
C# 클래스 Aselia.Core.InterServer.Packer
파일 보기
프로젝트 열기: Earth2Me/Aselia
공개 메소드들
메소드
설명
Pack
(
string
text
) :
byte[]
Unpack
(
byte
packed
) :
string
Unpack
(
byte
packed
,
int
start
,
int
count
) :
string
메소드 상세
Pack()
공개
정적인
메소드
public
static
Pack
(
string
text
) :
byte[]
text
string
리턴
byte[]
Unpack()
공개
정적인
메소드
public
static
Unpack
(
byte
packed
) :
string
packed
byte
리턴
string
Unpack()
공개
정적인
메소드
public
static
Unpack
(
byte
packed
,
int
start
,
int
count
) :
string
packed
byte
start
int
count
int
리턴
string