C# 클래스 LiteDB_V6.FileDiskService

Implement NTFS File disk
상속: IDisposable
파일 보기 프로젝트 열기: faush01/Emby.Kodi.SyncQueue 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FileDiskService ( Stream stream, string password ) : System
ReadPage ( uint pageID ) : byte[]

Read page bytes from disk

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileDiskService() 공개 메소드

public FileDiskService ( Stream stream, string password ) : System
stream Stream
password string
리턴 System

ReadPage() 공개 메소드

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