C# Class LiteDB_V6.FileDiskService

Implement NTFS File disk
Inheritance: IDisposable
Afficher le fichier Open project: faush01/Emby.Kodi.SyncQueue Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FileDiskService ( Stream stream, string password ) : System
ReadPage ( uint pageID ) : byte[]

Read page bytes from disk

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileDiskService() public méthode

public FileDiskService ( Stream stream, string password ) : System
stream Stream
password string
Résultat System

ReadPage() public méthode

Read page bytes from disk
public ReadPage ( uint pageID ) : byte[]
pageID uint
Résultat byte[]