C# 클래스 Fun.Encryptor0

상속: Encryptor
파일 보기 프로젝트 열기: iFunFactory/demo-kgc-2015

공개 메소드들

메소드 설명
Decrypt ( ArraySegment src, ArraySegment dst, string in_header ) : System.Int64
Encrypt ( ArraySegment src, ArraySegment dst, string &out_header ) : System.Int64
Encryptor0 ( ) : UnityEngine

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( ArraySegment src, ArraySegment dst, string in_header ) : System.Int64
src ArraySegment
dst ArraySegment
in_header string
리턴 System.Int64

Encrypt() 공개 메소드

public Encrypt ( ArraySegment src, ArraySegment dst, string &out_header ) : System.Int64
src ArraySegment
dst ArraySegment
out_header string
리턴 System.Int64

Encryptor0() 공개 메소드

public Encryptor0 ( ) : UnityEngine
리턴 UnityEngine