C# Class STUN.Misc

Afficher le fichier Open project: RELOAD-NET/RELOAD.NET

Méthodes publiques

Méthode Description
CompareByteArrays ( Byte a, Byte b ) : bool
GetRandomUInt64 ( ) : System.UInt64
GetUTF8LengthFromString ( String input ) : int

Method Details

CompareByteArrays() public static méthode

public static CompareByteArrays ( Byte a, Byte b ) : bool
a Byte
b Byte
Résultat bool

GetRandomUInt64() public static méthode

public static GetRandomUInt64 ( ) : System.UInt64
Résultat System.UInt64

GetUTF8LengthFromString() public static méthode

public static GetUTF8LengthFromString ( String input ) : int
input String
Résultat int