C# 클래스 RazorDB.Helper

파일 보기 프로젝트 열기: gnoso/razordb

공개 프로퍼티들

프로퍼티 타입 설명
BlockCopy InternalBlockCopy

공개 메소드들

메소드 설명
Decode7BitInt ( byte workingArray, int &offset ) : int
Encode7BitInt ( byte workingArray, int value ) : int
Read7BitEncodedInt ( this rdr ) : int
Read7BitEncodedUInt ( this rdr ) : uint
Write7BitEncodedInt ( this wtr, int value ) : void
Write7BitEncodedUInt ( this wtr, uint value ) : void

비공개 메소드들

메소드 설명
DeleteFile ( string path, bool delayedOk = false, Action LogMessage = null ) : void
DeleteFolder ( string dir, bool delayedOk = false, Action LogMessage = null ) : void

메소드 상세

Decode7BitInt() 공개 정적인 메소드

public static Decode7BitInt ( byte workingArray, int &offset ) : int
workingArray byte
offset int
리턴 int

Encode7BitInt() 공개 정적인 메소드

public static Encode7BitInt ( byte workingArray, int value ) : int
workingArray byte
value int
리턴 int

Read7BitEncodedInt() 공개 정적인 메소드

public static Read7BitEncodedInt ( this rdr ) : int
rdr this
리턴 int

Read7BitEncodedUInt() 공개 정적인 메소드

public static Read7BitEncodedUInt ( this rdr ) : uint
rdr this
리턴 uint

Write7BitEncodedInt() 공개 정적인 메소드

public static Write7BitEncodedInt ( this wtr, int value ) : void
wtr this
value int
리턴 void

Write7BitEncodedUInt() 공개 정적인 메소드

public static Write7BitEncodedUInt ( this wtr, uint value ) : void
wtr this
value uint
리턴 void

프로퍼티 상세

BlockCopy 공개적으로 정적으로 프로퍼티

public static InternalBlockCopy BlockCopy
리턴 InternalBlockCopy