CompressionNodeInfo class

CompressionNodeInfo class

Represents a node in a compressed file.

The CompressionNodeInfo type exposes the following members:

Constructors

Constructor Description
init

Properties

Property Description
children The child nodes of this node.
file_size The size of the file in bytes (only relevant for file nodes).
is_file The node is a file if true; otherwise it is a directory.
name The name of the node.

See Also