C# Class LiteDB_V6.FileDiskService

Implement NTFS File disk
Inheritance: IDisposable
Show file Open project: faush01/Emby.Kodi.SyncQueue Class Usage Examples

Public Methods

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

Read page bytes from disk

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileDiskService() public method

public FileDiskService ( Stream stream, string password ) : System
stream Stream
password string
return System

ReadPage() public method

Read page bytes from disk
public ReadPage ( uint pageID ) : byte[]
pageID uint
return byte[]