public struct LowLevelFileReader : IDisposable
Constructors
Declaration
public LowLevelFileReader(string filePath)
Parameters
| Type |
Name |
Description |
| String |
filePath |
|
Properties
Declaration
public long FileLength { readonly get; }
Property Value
Declaration
public readonly string FilePath { get; }
Property Value
Declaration
public readonly bool IsCreated { get; }
Property Value
Methods
Declaration
Declaration
public ReadHandle Read(ReadCommand*readCmds, uint cmdCount, ReadMode mode = ReadMode.Async)
Parameters
| Type |
Name |
Description |
| ReadCommand* |
readCmds |
|
| UInt32 |
cmdCount |
|
| ReadMode |
mode |
|
Returns
| Type |
Description |
| ReadHandle |
|