GH_IReader Properties | 
The GH_IReader type exposes the following members.
| Name | Description | |
|---|---|---|
| Archive | 
            Gets a pointer to the archive that owns the Root of the tree this chunk belongs to.
              (Inherited from GH_IChunk.) | |
| ArchiveLocation | 
            Gets a string representing the URI with which the archive is associated. 
            The location may be a null string.
              (Inherited from GH_IChunk.) | |
| ChunkCount | 
            Gets the number of child chunks contained in this chunk. 
            The set of all child chunks is referred to as a 'litter'.
              (Inherited from GH_IChunk.) | |
| Chunks | 
            Gets a pointer to the internal list of child chunks. 
            Do not access this list unless you know what you are doing.
              (Inherited from GH_IChunk.) | |
| Index | 
            Gets the index of this chunk. The index is set by the owner of this chunk. 
            Indices smaller than zero imply no index has been set. 
            The combination of name+index is always unique among a set of chunks in the same litter.
              (Inherited from GH_IChunk.) | |
| ItemCount | 
            Gets the number of items contained in this chunk. 
              (Inherited from GH_IChunk.) | |
| Items | 
            Gets a pointer to the internal list of items. 
            Do not access this list unless you know what you are doing.
              (Inherited from GH_IChunk.) | |
| Name | 
            Gets the name of this chunk. The name is set by the owner of this chunk. 
            Names must be at least 1 character long. 
            The combination of name+index is always unique among a set of chunks in a single litter.
              (Inherited from GH_IChunk.) |