Method | Description | |
---|---|---|
SortEnties ( ) : void | ||
ToString ( ) : string |
This means that is a tree that doesn't cotains children trees
|
|
Tree ( ) : System |
We need to create a empty tree to "test"
|
|
Tree ( byte content ) : System |
Method | Description | |
---|---|---|
Decode ( ) : byte[] | ||
Encode ( byte content ) : void |
Method | Description | |
---|---|---|
AddEntry ( byte data ) : void | ||
AddEntry ( byte mode, string name, |
||
GetTreeEntry ( string name ) : |
||
RemoveEntry ( string name ) : bool |