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

#import <QtsHttpFileStation.h>

Inheritance diagram for QNQtsHttpFileStatus:

Instance Methods

(id) - initWithPath:name:isDir:isCompressed:size:folderPermission:group:owner:mt:
 Constructor with parameters. More...
 

Properties

BOOL isDir
 
BOOL isCompressed
 
long long size
 
NSString * folderPermission
 
NSString * path
 
NSString * name
 
NSString * group
 
NSString * owner
 
NSString * mt
 

Detailed Description

Definition at line 153 of file QtsHttpFileStation.h.

Method Documentation

- (id) initWithPath: (NSString *)  path
name: (NSString *)  name
isDir: (BOOL)  isDir
isCompressed: (BOOL)  isCompressed
size: (long long)  size
folderPermission: (NSString *)  folderPermission
group: (NSString *)  group
owner: (NSString *)  owner
mt: (NSString *)  mt 

Constructor with parameters.

File or folder modification time

Parameters
[IN]isDir : Is file or folder.
[IN]isCompressed : Is compressed.
[IN]size : File or folder size.
[IN]folderPermission : File or folder permission.
[IN]path : File or folder path.
[IN]name : File or folder name.
[IN]group : File or folder group.
[IN]owner : File or folder owner.
[IN]mt : File or folder modification time.
Returns
QNQtsHttpFileStatus object instance.

Property Documentation

- (NSString *) folderPermission
readwriteatomicstrong

File or folder size

Definition at line 158 of file QtsHttpFileStation.h.

- (NSString *) group
readwriteatomicstrong

File or folder name

Definition at line 161 of file QtsHttpFileStation.h.

- (BOOL) isCompressed
readwriteatomicassign

Is file or folder

Definition at line 156 of file QtsHttpFileStation.h.

- (BOOL) isDir
readwriteatomicassign

Definition at line 155 of file QtsHttpFileStation.h.

- (NSString *) mt
readwriteatomicstrong

File or folder owner

Definition at line 163 of file QtsHttpFileStation.h.

- (NSString *) name
readwriteatomicstrong

File or folder path

Definition at line 160 of file QtsHttpFileStation.h.

- (NSString *) owner
readwriteatomicstrong

File or folder group

Definition at line 162 of file QtsHttpFileStation.h.

- (NSString *) path
readwriteatomicstrong

File or folder permission

Definition at line 159 of file QtsHttpFileStation.h.

- (long long) size
readwriteatomicassign

Is compressed

Definition at line 157 of file QtsHttpFileStation.h.


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