[This is preliminary documentation and is subject to change.]
List of indicies for some mul files.
Namespace:
MulLibAssembly: MulLib (in MulLib.dll) Version: 1.0.0.0
Syntax
C# | Visual Basic | Visual C++ |
public class IndexFile : IDisposable
Public Class IndexFile _ Implements IDisposable
public ref class IndexFile : IDisposable
Members
All Members | Constructors ![]() | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | IndexFile()()() |
Initializes new empty object.
|
![]() | Add(IndexData) |
Adds data to the end of the list.
|
![]() | Count |
Gets current count of indexes.
|
![]() | Dispose()()() |
Frees all resources holded by this object.
|
![]() | Disposed |
Returns True if object has been disposed; otherwise false.
|
![]() | Get(Int32, Boolean) |
Returns data at specified index.
|
![]() | Item[([(Int32])]) |
Gets or sets 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.
|
Remarks
This class is not thread-safe.