BinaryFile.CreatePosition Method
Definition
Creates a BinaryFilePosition from this BinaryFile.
public BinaryFilePosition CreatePosition(int startIndex, int length);
Parameters
| Name | Type | Description |
|---|---|---|
startIndex |
Int32 |
The start index of the position in the file. |
length |
Int32 |
The length of the file. |
Returns
A new BinaryFilePosition instance.