Delegate FileKit.FileReadComplete
Callback used in ReadFile(String, FileKit.FileReadComplete) and ReadFileNonAlloc(String, Byte[], FileKit.FileReadComplete).
Namespace: Trail
Assembly: Trail.dll
Syntax
public delegate void FileReadComplete(Result result, byte[] data, int length);
Parameters
| Type | Name | Description |
|---|---|---|
| Result | result | The result of the read operation. |
| System.Byte[] | data | The data buffer. |
| System.Int32 | length | The length of |