C# Class Avro.Util

Show file Open project: thirumg/Avro.NET

Public Methods

Method 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 method

public static Zag ( uint ziggedValue ) : int
ziggedValue uint
return int

Zag() public static method

public static Zag ( ulong ziggedValue ) : long
ziggedValue ulong
return long

Zig() public static method

public static Zig ( int value ) : uint
value int
return uint

Zig() public static method

public static Zig ( long value ) : ulong
value long
return ulong

checkIsValue() public static method

public static checkIsValue ( string type ) : bool
type string
return bool