QtsHttp  0.9.4
Instance Methods | Protected Attributes | List of all members
QNQtsHttpFileEntry Class Reference
Inheritance diagram for QNQtsHttpFileEntry:

Instance Methods

(id) - initWithPath:name:size:isDir:
 Constructor with parameters. More...
 

Protected Attributes

BOOL isDir
 
long long size
 
NSString * path
 
NSString * name
 

Method Documentation

◆ initWithPath:name:size:isDir:()

- (id) initWithPath: (NSString *)  path
name: (NSString *)  name
size: (long long)  size
isDir: (BOOL)  isDir 

Constructor with parameters.

File or folder name

Parameters
[IN]isDir : Is file or folder.
[IN]size : File or folder size.
[IN]path : File or folder path.
[IN]name : File or folder name.
Returns
QNQtsHttpFileEntry object instance.

Member Data Documentation

◆ name

- (NSString *) name
readwritestrongprotected

File or folder path

◆ path

- (NSString *) path
readwritestrongprotected

File or folder size

◆ size

- (long long) size
readwriteassignprotected

Is file or folder


The documentation for this class was generated from the following file: