Skip to content

GH_LooseChunk

Public Class

A utility class for creating partial archives.

Inheritance Hierarchy

System.Object
GH_IO.Serialization.GH_Chunk
GH_IO.Serialization.GH_LooseChunk

Namespace: GH_IO.Serialization

Assembly: GH_IO (in GH_IO.dll)

Syntax

public class GH_LooseChunk : GH_Chunk

The GH_LooseChunk type exposes the following members.

Constructors

Name

Description


Public Method

Create a new loose chunk. A loose chunk does not have an owner archive and thus cannot store runtime messages.


Public Method

Create a new loose chunk. A loose chunk does not have an owner archive and thus cannot store runtime messages.


Properties

Name

Description


Public Property

Gets a pointer to the archive that owns the Root of the tree this chunk belongs to.

(Inherited from GH_Chunk.)


Public Property

Gets a string representing the URI with which the archive is associated. The location may be a null string.

(Inherited from GH_Chunk.)


Public Property

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_Chunk.)


Public Property

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_Chunk.)


Public Property

Gets a value that indicates whether or not comments have been stored in this chunk.

(Inherited from GH_Chunk.)


Public Property

Gets the index existence implication. The item is considered to have an index qualifier if the index value is larger than or equal to zero.

(Inherited from GH_Chunk.)


Public Property

Gets the name validity of this item. The item is considered to have an invalid name if string.IsNullOrEmpty(name)

(Inherited from GH_Chunk.)


Public Property

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_Chunk.)


Public Property

Gets the number of items contained in this chunk.

(Inherited from GH_Chunk.)


Public Property

Gets a pointer to the internal list of items. Do not access this list unless you know what you are doing.

(Inherited from GH_Chunk.)


Public Property

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_Chunk.)


Methods

Name

Description


Public Method

Adds a text comment to this chunk. Comments are serialized only if the output flavour is a human readable format. Comments are never deserialized, they are purely for the benefit of the humans reading the file data.

(Inherited from GH_Chunk.)


Public Method

Log a new message with the top-level archive. Messages are collected during read/write operations, and can be displayed to the user upon completion using GH_Archive.ShowMessageLog().

(Inherited from GH_Chunk.)


Public Method

Checks whether a chunk with the specified name exists in the litter. Only chunks without index qualifiers are considered. Name comparisons are not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Checks whether a chunk with the specified name and index exists in the litter. Only chunks with index qualifiers are considered. Name comparisons are not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Copy all values and sub-chunks from another chunk.

(Inherited from GH_Chunk.)


Public Method

Copy all values and sub-chunks in this chunk to another chunk which does not point to the same archive.

(Inherited from GH_Chunk.)


Public Method

Create a new child chunk with the specified name and without an index qualifier. If another chunk already exists with similar properties, an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Create a new child chunk with the specified name and index qualifier. If another chunk already exists with similar properties, an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Deserializes a byte array.


Public Method

Deserializes an Xml string.


Public Method

Finds the first chunk in the litter that matches the given name. Only chunks without index qualifiers are considered.

(Inherited from GH_Chunk.)


Public Method

Finds the first chunk in the list that matches the given name and index. Only chunks with index qualifiers are considered.

(Inherited from GH_Chunk.)


Public Method

Finds the first item that matches the given name. Only items without index qualifiers are considered. Name comparisons are not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Finds the first item that matches the given name and index. Only items with index qualifiers are considered. Name comparisons are not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the occupancy for a specific item name. Only items without index qualifiers are considered.

(Inherited from GH_Chunk.)


Public Method

Checks whether an item with the specified name and index exists. Only items with index qualifiers are considered. Name comparisons are not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Read this chunk and all child chunks from a binary stream.

(Inherited from GH_Chunk.)


Public Method

Read this chunk and all child chunks from an Xml node.

(Inherited from GH_Chunk.)


Public Method

Remove the specified chunk from the litter.

(Inherited from GH_Chunk.)


Public Method

Remove the first chunk with a matching name. Only chunks without index qualifiers are considered. Name comparisons are not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Remove the first chunk with a matching name and index. Only chunks with index qualifiers are considered. Name comparisons are not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Remove an unindexed item from this chunk.

(Inherited from GH_Chunk.)


Public Method

Remove an indexed item from this chunk.

(Inherited from GH_Chunk.)


Public Method
Code Example

Serializes the data tree into a byte array.


Public Method
Code Example

Serializes the data tree into an Xml string.


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The name must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Add a new data item to this chunk. The combination of name and index must be unique or an exception will be thrown.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Gets the value of the item with the specified name and index. Name comparison is not case-sensitive.

(Inherited from GH_Chunk.)


Public Method

Write this chunk and all child chunks to a binary stream.

(Inherited from GH_Chunk.)


Public Method

Serialize this chunk into an Xml stream.

(Inherited from GH_Chunk.)


Fields

Name

Description


Protected field

m_archive

Pointer to the archive that owns the Root of the tree this chunk belongs to.

(Inherited from GH_Chunk.)


Protected field

m_chunks

Dictionary of sub-chunks contained within this chunk.

(Inherited from GH_Chunk.)


Protected field

m_comments

List of text comments. This list is automatically instantiated once the first comment is added.

(Inherited from GH_Chunk.)


Protected field

m_index

Index of this chunk. This field is set only once, during construction. A negative index indicates no index qualifier has been set.

(Inherited from GH_Chunk.)


Protected field

m_items

The list of nodes contained within this chunk.

(Inherited from GH_Chunk.)


Protected field

m_name

Name of this chunk. This field is set only once, during construction.

(Inherited from GH_Chunk.)