C# 클래스 Deveel.Data.Store.SingleFileStore

상속: StoreBase
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Create void
SingleFileStore System
WriteTo void

공개 메소드들

메소드 설명
Lock ( ) : void
Unlock ( ) : void

보호된 메소드들

메소드 설명
CloseStore ( ) : void
Dispose ( bool disposing ) : void
OpenStore ( bool readOnly ) : void
Read ( long offset, byte buffer, int index, int length ) : int
SetDataAreaSize ( long length ) : void
Write ( long offset, byte buffer, int index, int length ) : void

비공개 메소드들

메소드 설명
Create ( int bufferSize ) : void
SingleFileStore ( SingleFileStoreSystem system, string name, int id ) : System
WriteTo ( Stream stream ) : void

메소드 상세

CloseStore() 보호된 메소드

protected CloseStore ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Lock() 공개 메소드

public Lock ( ) : void
리턴 void

OpenStore() 보호된 메소드

protected OpenStore ( bool readOnly ) : void
readOnly bool
리턴 void

Read() 보호된 메소드

protected Read ( long offset, byte buffer, int index, int length ) : int
offset long
buffer byte
index int
length int
리턴 int

SetDataAreaSize() 보호된 메소드

protected SetDataAreaSize ( long length ) : void
length long
리턴 void

Unlock() 공개 메소드

public Unlock ( ) : void
리턴 void

Write() 보호된 메소드

protected Write ( long offset, byte buffer, int index, int length ) : void
offset long
buffer byte
index int
length int
리턴 void