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 *children
Declared In
DTZipArchiveNode.h
directory
Specifies if we have a directory or folder
@property (nonatomic, assign, getter=isDirectory) BOOL directory
Declared In
DTZipArchiveNode.h
fileSize
Size of file in bytes Directories will have size 0
@property (nonatomic, assign) NSUInteger fileSize
Declared In
DTZipArchiveNode.h
name
File or directory name
@property (nonatomic, copy) NSString *name
Declared In
DTZipArchiveNode.h