C# Class Server.FileQueue.Chunk

Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Chunk ( FileQueue owner, int slot, byte buffer, int offset, int size ) : System
Commit ( ) : void

Method Details

Chunk() public method

public Chunk ( FileQueue owner, int slot, byte buffer, int offset, int size ) : System
owner FileQueue
slot int
buffer byte
offset int
size int
return System

Commit() public method

public Commit ( ) : void
return void