The ChunkFlags type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ChunkFlags |
Initialises the ChunkFlags. The initial state is typically 0 or totalNumChunks
|
Methods
| Name | Description | |
|---|---|---|
| AllFlagsSet |
Returns true if all bit flags up to the provided uptoChunkIndexInclusive are set to true
| |
| ClearAllFlags |
Sets all chunk flags to unset.
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| FlagSet |
Returns true if the provided chunk is available. Zero indexed from least significant bit.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| NumCompletedChunks |
Returns the number of completed chunk
| |
| SetFlag |
Sets the bit flag to 1 which corresponds with the provided chunk index. Zero indexed from least significant bit.
| |
Returns a string that represents the current object. (Inherited from | ||
| UpdateFlags |
Updates local chunk flags with those provided.
|
See Also