The methods of the Container class are listed here.
Public Methods
|
Public Method |
Description |
|---|---|
|
Closes the currently open container | |
|
Enumerates all items in the container | |
|
Extracts the current item to a file | |
|
Extracts the current item to a byte array | |
|
Finds an item in the directory by name without seeking in the container. | |
|
Finds an item in the directory by ordinal position without seeking in the container. | |
|
Gets information about the first item in the container | |
|
Gets information about a container item by its index (note: index values may not be sequential) | |
|
Gets information about a container item by its name | |
|
Gets information about the next item in the container | |
|
Opens a container file | |
|
Iterate over the entire container and read the directory of items. |
See Also