QtsHttp  0.9.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties
QNQtsHttpFileEntry Class Reference

#import <QtsHttpFileStation.h>

Inheritance diagram for QNQtsHttpFileEntry:

Instance Methods

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

Properties

BOOL isDir
 
long long size
 
NSString * path
 
NSString * name
 

Detailed Description

Definition at line 91 of file QtsHttpFileStation.h.

Method Documentation

- (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.

Property Documentation

- (BOOL) isDir
readwriteatomicassign

Definition at line 93 of file QtsHttpFileStation.h.

- (NSString *) name
readwriteatomicstrong

File or folder path

Definition at line 96 of file QtsHttpFileStation.h.

- (NSString *) path
readwriteatomicstrong

File or folder size

Definition at line 95 of file QtsHttpFileStation.h.

- (long long) size
readwriteatomicassign

Is file or folder

Definition at line 94 of file QtsHttpFileStation.h.


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