[This is preliminary documentation and is subject to change.]
The IndexFile type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Add(IndexData) |
Adds data to the end of the list.
| |
| Dispose()()() |
Frees all resources holded by this object.
| |
| Get(Int32, Boolean) |
Returns data at specified index.
| |
| Load(String) |
Loads IndexFile object from file.
| |
| Reset(Int32, Boolean) |
Sets data at specified index to IndexData.Empty.
| |
| Resize(Int32) |
Resizes list. All new values are set to IndexData.Empty.
| |
| Save(Stream) |
Stores this object to specified stream. Stream is truncated.
| |
| Save(String) |
Stores this object to specified file.
| |
| Set(Int32, IndexData, Boolean) |
Sets data at specified index.
|