C# 클래스 FileFind.Stun.Utility

파일 보기 프로젝트 열기: codebutler/meshwork

공개 메소드들

메소드 설명
IntegerToTwoBytes ( int integer ) : byte[]
TwoBytesToInteger ( byte bytes ) : int

메소드 상세

IntegerToTwoBytes() 공개 정적인 메소드

public static IntegerToTwoBytes ( int integer ) : byte[]
integer int
리턴 byte[]

TwoBytesToInteger() 공개 정적인 메소드

public static TwoBytesToInteger ( byte bytes ) : int
bytes byte
리턴 int