C# Class Server.FileQueue

Inheritance: IDisposable
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Enqueue ( byte buffer, int offset, int size ) : void
FileQueue ( int concurrentWrites, FileCommitCallback callback ) : System
Flush ( ) : void

Private Methods

Method Description
Append ( Page page ) : void
Commit ( Chunk chunk, int slot ) : void
FileQueue ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Enqueue() public method

public Enqueue ( byte buffer, int offset, int size ) : void
buffer byte
offset int
size int
return void

FileQueue() public method

public FileQueue ( int concurrentWrites, FileCommitCallback callback ) : System
concurrentWrites int
callback FileCommitCallback
return System

Flush() public method

public Flush ( ) : void
return void