CompressionNodeInfo

CompressionNodeInfo class

Represents a node in a compressed file

public class CompressionNodeInfo

Constructors

Name Description
CompressionNodeInfo() The default constructor.

Properties

Name Description
Children { get; } Child nodes of this node
FileSize { get; set; } Size of the file in bytes (only relevant for file nodes)
IsFile { get; set; } Whether the node is a file or a directory
Name { get; set; } The name of the node

See Also