The following tables list the members exposed by Container.
Public Methods
|
Public Method |
Description |
|---|---|
|
Closes the currently open container | |
|
Creates a new Container instance | |
|
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. |
Public Properties
|
Public Property |
Description |
|---|---|
|
Gets the type ID of the container | |
|
Gets the name of the container type (e.g., "ZIP", "RAR", "PST") | |
|
Gets the number of items in the container | |
|
Gets the error code from the last operation, or 0 if no error | |
|
Gets the error message from the last operation, or empty string if no error | |
|
Checks if the container is in a valid state |
See Also