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

상속: IStoreData
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
Close ( ) : void
Delete ( ) : bool
Dispose ( ) : void
Flush ( ) : void
Open ( bool readOnly ) : void
Read ( long position, byte buffer, int offset, int length ) : int
ScatteringFileStoreData ( IFileSystem fileSystem, string basePath, string fileName, string fileExtention, int maxFileSlice ) : System
SetLength ( long value ) : void
Write ( long position, byte buffer, int offset, int length ) : void

비공개 메소드들

메소드 설명
DiscoverSize ( ) : long
Dispose ( bool disposing ) : void
SliceFileName ( int i ) : string

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : bool
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Open() 공개 메소드

public Open ( bool readOnly ) : void
readOnly bool
리턴 void

Read() 공개 메소드

public Read ( long position, byte buffer, int offset, int length ) : int
position long
buffer byte
offset int
length int
리턴 int

ScatteringFileStoreData() 공개 메소드

public ScatteringFileStoreData ( IFileSystem fileSystem, string basePath, string fileName, string fileExtention, int maxFileSlice ) : System
fileSystem IFileSystem
basePath string
fileName string
fileExtention string
maxFileSlice int
리턴 System

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

Write() 공개 메소드

public Write ( long position, byte buffer, int offset, int length ) : void
position long
buffer byte
offset int
length int
리턴 void