C# 클래스 Avro.Util

파일 보기 프로젝트 열기: thirumg/Avro.NET

공개 메소드들

메소드 설명
Zag ( uint ziggedValue ) : int
Zag ( ulong ziggedValue ) : long
Zig ( int value ) : uint
Zig ( long value ) : ulong
checkIsValue ( string type ) : bool

메소드 상세

Zag() 공개 정적인 메소드

public static Zag ( uint ziggedValue ) : int
ziggedValue uint
리턴 int

Zag() 공개 정적인 메소드

public static Zag ( ulong ziggedValue ) : long
ziggedValue ulong
리턴 long

Zig() 공개 정적인 메소드

public static Zig ( int value ) : uint
value int
리턴 uint

Zig() 공개 정적인 메소드

public static Zig ( long value ) : ulong
value long
리턴 ulong

checkIsValue() 공개 정적인 메소드

public static checkIsValue ( string type ) : bool
type string
리턴 bool