C# 클래스 Deveel.Data.Store.Journaled.StreamFile

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

공개 메소드들

메소드 설명
Close ( ) : void
Delete ( ) : void
Dispose ( ) : void
Read ( long position, byte buf, int off, int len ) : void
StreamFile ( IFileSystem fileSystem, string path, bool readOnly ) : System
Synch ( ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Read() 공개 메소드

public Read ( long position, byte buf, int off, int len ) : void
position long
buf byte
off int
len int
리턴 void

StreamFile() 공개 메소드

public StreamFile ( IFileSystem fileSystem, string path, bool readOnly ) : System
fileSystem IFileSystem
path string
readOnly bool
리턴 System

Synch() 공개 메소드

public Synch ( ) : void
리턴 void