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

Inheritance: IDisposable
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Read() public méthode

public Read ( long position, byte buf, int off, int len ) : void
position long
buf byte
off int
len int
Résultat void

StreamFile() public méthode

public StreamFile ( IFileSystem fileSystem, string path, bool readOnly ) : System
fileSystem IFileSystem
path string
readOnly bool
Résultat System

Synch() public méthode

public Synch ( ) : void
Résultat void