DTZipArchiveNode Class Reference
| Inherits from | NSObject |
| Declared in | DTZipArchiveNode.h |
Overview
Represents a node in a DTZipArchive, i.e. a folder or a file. Holds important values for files or directories to uncompress.
Properties
children
Child nodes of node, of class DTZipArchiveNode
@property (nonatomic, strong) NSMutableArray *childrenDeclared In
DTZipArchiveNode.hdirectory
Specifies if we have a directory or folder
@property (nonatomic, assign, getter=isDirectory) BOOL directoryDeclared In
DTZipArchiveNode.hfileSize
Size of file in bytes Directories will have size 0
@property (nonatomic, assign) NSUInteger fileSizeDeclared In
DTZipArchiveNode.hname
File or directory name
@property (nonatomic, copy) NSString *nameDeclared In
DTZipArchiveNode.h