C# 클래스 Smartmobili.Cocoa.NSFileWrapper

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_fileAttributes NSMutableDictionary
_filename NSString
_iconImage id
_preferredFilename NSString
_wrapperData id
_wrapperType GSFileWrapperType

공개 메소드들

메소드 설명
AddFileWithPath ( NSString path ) : NSString
AddFileWrapper ( NSFileWrapper doc ) : NSString
AddRegularFileWithContents ( NSData data, NSString filename ) : NSString
AddSymbolicLinkWithDestination ( NSString path, NSString filename ) : NSString
Alloc ( ) : NSFileWrapper
Dealloc ( ) : void
EncodeWithCoder ( NSCoder aCoder ) : void
FileAttributes ( ) : NSDictionary
FileWrappers ( ) : NSDictionary
Filename ( ) : NSString
InitDirectoryWithFileWrappers ( NSDictionary docs ) : id
InitRegularFileWithContents ( NSData data ) : id
InitSymbolicLinkWithDestination ( NSString path ) : id
InitWithCoder ( NSCoder aDecoder ) : id
InitWithPath ( NSString path ) : id
InitWithSerializedRepresentation ( NSData data ) : id
InitWithURL ( NSURL url, NSFileWrapperReadingOptions options, NSError &outError ) : id
IsDirectory ( ) : bool
IsRegularFile ( ) : bool
IsSymbolicLink ( ) : bool
KeyForFileWrapper ( NSFileWrapper doc ) : NSString
NSFileWrapper ( ) : System
NeedsToBeUpdatedFromPath ( NSString path ) : bool
PreferredFilename ( ) : NSString
RegularFileContents ( ) : NSData
RemoveFileWrapper ( NSFileWrapper doc ) : void
SerializedRepresentation ( ) : NSData
SetFileAttributes ( NSDictionary attributes ) : void
SetFilename ( NSString filename ) : void
SetPreferredFilename ( NSString filename ) : void
SymbolicLinkDestination ( ) : NSString
UpdateFromPath ( NSString path ) : bool
WriteToFile ( NSString path, bool atomicFlag, bool updateFilenamesFlag ) : bool

비공개 메소드들

메소드 설명
GSFileWrapperDirectoryTypeCheck ( ) : void

메소드 상세

AddFileWithPath() 공개 메소드

public AddFileWithPath ( NSString path ) : NSString
path NSString
리턴 NSString

AddFileWrapper() 공개 메소드

public AddFileWrapper ( NSFileWrapper doc ) : NSString
doc NSFileWrapper
리턴 NSString

AddRegularFileWithContents() 공개 메소드

public AddRegularFileWithContents ( NSData data, NSString filename ) : NSString
data NSData
filename NSString
리턴 NSString

AddSymbolicLinkWithDestination() 공개 메소드

public AddSymbolicLinkWithDestination ( NSString path, NSString filename ) : NSString
path NSString
filename NSString
리턴 NSString

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSFileWrapper
리턴 NSFileWrapper

Dealloc() 공개 메소드

public Dealloc ( ) : void
리턴 void

EncodeWithCoder() 공개 메소드

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
리턴 void

FileAttributes() 공개 메소드

public FileAttributes ( ) : NSDictionary
리턴 NSDictionary

FileWrappers() 공개 메소드

public FileWrappers ( ) : NSDictionary
리턴 NSDictionary

Filename() 공개 메소드

public Filename ( ) : NSString
리턴 NSString

InitDirectoryWithFileWrappers() 공개 메소드

public InitDirectoryWithFileWrappers ( NSDictionary docs ) : id
docs NSDictionary
리턴 id

InitRegularFileWithContents() 공개 메소드

public InitRegularFileWithContents ( NSData data ) : id
data NSData
리턴 id

InitSymbolicLinkWithDestination() 공개 메소드

public InitSymbolicLinkWithDestination ( NSString path ) : id
path NSString
리턴 id

InitWithCoder() 공개 메소드

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
리턴 id

InitWithPath() 공개 메소드

public InitWithPath ( NSString path ) : id
path NSString
리턴 id

InitWithSerializedRepresentation() 공개 메소드

public InitWithSerializedRepresentation ( NSData data ) : id
data NSData
리턴 id

InitWithURL() 공개 메소드

public InitWithURL ( NSURL url, NSFileWrapperReadingOptions options, NSError &outError ) : id
url NSURL
options NSFileWrapperReadingOptions
outError NSError
리턴 id

IsDirectory() 공개 메소드

public IsDirectory ( ) : bool
리턴 bool

IsRegularFile() 공개 메소드

public IsRegularFile ( ) : bool
리턴 bool

IsSymbolicLink() 공개 메소드

public IsSymbolicLink ( ) : bool
리턴 bool

KeyForFileWrapper() 공개 메소드

public KeyForFileWrapper ( NSFileWrapper doc ) : NSString
doc NSFileWrapper
리턴 NSString

NSFileWrapper() 공개 메소드

public NSFileWrapper ( ) : System
리턴 System

NeedsToBeUpdatedFromPath() 공개 메소드

public NeedsToBeUpdatedFromPath ( NSString path ) : bool
path NSString
리턴 bool

PreferredFilename() 공개 메소드

public PreferredFilename ( ) : NSString
리턴 NSString

RegularFileContents() 공개 메소드

public RegularFileContents ( ) : NSData
리턴 NSData

RemoveFileWrapper() 공개 메소드

public RemoveFileWrapper ( NSFileWrapper doc ) : void
doc NSFileWrapper
리턴 void

SerializedRepresentation() 공개 메소드

public SerializedRepresentation ( ) : NSData
리턴 NSData

SetFileAttributes() 공개 메소드

public SetFileAttributes ( NSDictionary attributes ) : void
attributes NSDictionary
리턴 void

SetFilename() 공개 메소드

public SetFilename ( NSString filename ) : void
filename NSString
리턴 void

SetPreferredFilename() 공개 메소드

public SetPreferredFilename ( NSString filename ) : void
filename NSString
리턴 void

SymbolicLinkDestination() 공개 메소드

public SymbolicLinkDestination ( ) : NSString
리턴 NSString

UpdateFromPath() 공개 메소드

public UpdateFromPath ( NSString path ) : bool
path NSString
리턴 bool

WriteToFile() 공개 메소드

public WriteToFile ( NSString path, bool atomicFlag, bool updateFilenamesFlag ) : bool
path NSString
atomicFlag bool
updateFilenamesFlag bool
리턴 bool

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_fileAttributes 보호되어 있는 프로퍼티

protected NSMutableDictionary,Smartmobili.Cocoa _fileAttributes
리턴 NSMutableDictionary

_filename 보호되어 있는 프로퍼티

protected NSString _filename
리턴 NSString

_iconImage 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _iconImage
리턴 id

_preferredFilename 보호되어 있는 프로퍼티

protected NSString _preferredFilename
리턴 NSString

_wrapperData 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _wrapperData
리턴 id

_wrapperType 보호되어 있는 프로퍼티

protected GSFileWrapperType _wrapperType
리턴 GSFileWrapperType