|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSFileAttributes
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static interface |
NSFileAttributes._static_
|
Method Summary | |
---|---|
NSDate |
fileCreationDate()
Original signature : -(NSDate*)fileCreationDate from NSFileAttributes native declaration : NSFileManager.h:388 |
boolean |
fileExtensionHidden()
Original signature : -(BOOL)fileExtensionHidden from NSFileAttributes native declaration : NSFileManager.h:382 |
NSNumber |
fileGroupOwnerAccountID()
Original signature : -(NSNumber*)fileGroupOwnerAccountID from NSFileAttributes native declaration : NSFileManager.h:390 |
NSString |
fileGroupOwnerAccountName()
Original signature : -(NSString*)fileGroupOwnerAccountName from NSFileAttributes native declaration : NSFileManager.h:379 |
NSObject |
fileHFSCreatorCode()
Original signature : -(id)fileHFSCreatorCode from NSFileAttributes native declaration : NSFileManager.h:383 |
NSObject |
fileHFSTypeCode()
Original signature : -(id)fileHFSTypeCode from NSFileAttributes native declaration : NSFileManager.h:384 |
boolean |
fileIsAppendOnly()
Original signature : -(BOOL)fileIsAppendOnly from NSFileAttributes native declaration : NSFileManager.h:387 |
boolean |
fileIsImmutable()
Original signature : -(BOOL)fileIsImmutable from NSFileAttributes native declaration : NSFileManager.h:386 |
NSDate |
fileModificationDate()
Original signature : -(NSDate*)fileModificationDate from NSFileAttributes native declaration : NSFileManager.h:375 |
NSNumber |
fileOwnerAccountID()
Original signature : -(NSNumber*)fileOwnerAccountID from NSFileAttributes native declaration : NSFileManager.h:389 |
NSString |
fileOwnerAccountName()
Original signature : -(NSString*)fileOwnerAccountName from NSFileAttributes native declaration : NSFileManager.h:378 |
NSUInteger |
filePosixPermissions()
Original signature : -(NSUInteger)filePosixPermissions from NSFileAttributes native declaration : NSFileManager.h:377 |
long |
fileSize()
Original signature : -(unsigned long long)fileSize from NSFileAttributes native declaration : NSFileManager.h:374 |
NSUInteger |
fileSystemFileNumber()
Original signature : -(NSUInteger)fileSystemFileNumber from NSFileAttributes native declaration : NSFileManager.h:381 |
NSInteger |
fileSystemNumber()
Original signature : -(NSInteger)fileSystemNumber from NSFileAttributes native declaration : NSFileManager.h:380 |
NSString |
fileType()
Original signature : -(NSString*)fileType from NSFileAttributes native declaration : NSFileManager.h:376 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
long fileSize()
-(unsigned long long)fileSize
NSDate fileModificationDate()
-(NSDate*)fileModificationDate
NSString fileType()
-(NSString*)fileType
NSUInteger filePosixPermissions()
-(NSUInteger)filePosixPermissions
NSString fileOwnerAccountName()
-(NSString*)fileOwnerAccountName
NSString fileGroupOwnerAccountName()
-(NSString*)fileGroupOwnerAccountName
NSInteger fileSystemNumber()
-(NSInteger)fileSystemNumber
NSUInteger fileSystemFileNumber()
-(NSUInteger)fileSystemFileNumber
boolean fileExtensionHidden()
-(BOOL)fileExtensionHidden
NSObject fileHFSCreatorCode()
-(id)fileHFSCreatorCode
NSObject fileHFSTypeCode()
-(id)fileHFSTypeCode
boolean fileIsImmutable()
-(BOOL)fileIsImmutable
boolean fileIsAppendOnly()
-(BOOL)fileIsAppendOnly
NSDate fileCreationDate()
-(NSDate*)fileCreationDate
NSNumber fileOwnerAccountID()
-(NSNumber*)fileOwnerAccountID
NSNumber fileGroupOwnerAccountID()
-(NSNumber*)fileGroupOwnerAccountID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |