C# Class Avro.Util

Afficher le fichier Open project: thirumg/Avro.NET

Méthodes publiques

Méthode Description
Zag ( uint ziggedValue ) : int
Zag ( ulong ziggedValue ) : long
Zig ( int value ) : uint
Zig ( long value ) : ulong
checkIsValue ( string type ) : bool

Method Details

Zag() public static méthode

public static Zag ( uint ziggedValue ) : int
ziggedValue uint
Résultat int

Zag() public static méthode

public static Zag ( ulong ziggedValue ) : long
ziggedValue ulong
Résultat long

Zig() public static méthode

public static Zig ( int value ) : uint
value int
Résultat uint

Zig() public static méthode

public static Zig ( long value ) : ulong
value long
Résultat ulong

checkIsValue() public static méthode

public static checkIsValue ( string type ) : bool
type string
Résultat bool