C# 클래스 STUN.Misc

파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET

공개 메소드들

메소드 설명
CompareByteArrays ( Byte a, Byte b ) : bool
GetRandomUInt64 ( ) : System.UInt64
GetUTF8LengthFromString ( String input ) : int

메소드 상세

CompareByteArrays() 공개 정적인 메소드

public static CompareByteArrays ( Byte a, Byte b ) : bool
a Byte
b Byte
리턴 bool

GetRandomUInt64() 공개 정적인 메소드

public static GetRandomUInt64 ( ) : System.UInt64
리턴 System.UInt64

GetUTF8LengthFromString() 공개 정적인 메소드

public static GetUTF8LengthFromString ( String input ) : int
input String
리턴 int