C# Class Deveel.Data.Store.Journaled.StreamFile

Inheritance: IDisposable
显示文件 Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Read() public method

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

StreamFile() public method

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

Synch() public method

public Synch ( ) : void
return void