![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<?xml version="1.0"?> <!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.4//EN" "http://www.gnustep.org/gsdoc-1_0_4.dtd"> <gsdoc base="NSFileWrapper" up="Gui"> <head> <title>NSFileWrapper</title> <author name="Felipe A. Rodriguez"> <email address="far@ix.netcom.com"> far@ix.netcom.com </email> </author> <author name="Jonathan Gapen"> <email address="jagapen@whitewater.chem.wisc.edu"> jagapen@whitewater.chem.wisc.edu </email> </author> <abstract> Hold a file's contents in dynamic memory. </abstract> <copy>1996 Free Software Foundation, Inc.</copy> </head> <body> <front><contents /></front> <chapter> <heading> Software documentation for the NSFileWrapper class </heading> <class name="NSFileWrapper" super="NSObject" ovadd="1.0.0"> <declared>AppKit/NSFileWrapper.h</declared> <desc> <em>Description forthcoming.</em> </desc> <ivariable type="NSMutableDictionary*" name="_fileAttributes" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="NSString*" name="_filename" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="NSImage*" name="_iconImage" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="NSString*" name="_preferredFilename" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="id" name="_wrapperData" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <ivariable type="GSFileWrapperType" name="_wrapperType" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <method type="NSString*" ovadd="1.0.0"> <sel>addFileWithPath:</sel> <arg type="NSString*">path</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSString*" ovadd="1.0.0"> <sel>addFileWrapper:</sel> <arg type="NSFileWrapper*">doc</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSString*" ovadd="1.0.0"> <sel>addRegularFileWithContents:</sel> <arg type="NSData*">data</arg> <sel>preferredFilename:</sel> <arg type="NSString*">filename</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSString*" ovadd="1.0.0"> <sel>addSymbolicLinkWithDestination:</sel> <arg type="NSString*">path</arg> <sel>preferredFilename:</sel> <arg type="NSString*">filename</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSDictionary*" ovadd="1.0.0"> <sel>fileAttributes</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSDictionary*" ovadd="1.0.0"> <sel>fileWrappers</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSString*" ovadd="1.0.0"> <sel>filename</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSImage*" ovadd="1.0.0"> <sel>icon</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="id" ovadd="1.0.0"> <sel>initDirectoryWithFileWrappers:</sel> <arg type="NSDictionary*">docs</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="id" ovadd="1.0.0"> <sel>initRegularFileWithContents:</sel> <arg type="NSData*">data</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="id" ovadd="1.0.0"> <sel>initSymbolicLinkWithDestination:</sel> <arg type="NSString*">path</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="id" ovadd="10.6.0"> <sel>initSymbolicLinkWithDestinationURL:</sel> <arg type="NSURL*">url</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="id" ovadd="1.0.0"> <sel>initWithPath:</sel> <arg type="NSString*">path</arg> <desc> Init an instance from the file, directory, or symbolic link at <var>path</var>. <br /> This can create a tree of instances with a directory instance at the top </desc> </method> <method type="id" ovadd="1.0.0"> <sel>initWithSerializedRepresentation:</sel> <arg type="NSData*">data</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="id" ovadd="10.6.0"> <sel>initWithURL:</sel> <arg type="NSURL*">url</arg> <sel>options:</sel> <arg type="NSFileWrapperReadingOptions">options</arg> <sel>error:</sel> <arg type="NSError**">outError</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="1.0.0"> <sel>isDirectory</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="1.0.0"> <sel>isRegularFile</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="1.0.0"> <sel>isSymbolicLink</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSString*" ovadd="1.0.0"> <sel>keyForFileWrapper:</sel> <arg type="NSFileWrapper*">doc</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="10.6.0"> <sel>matchesContentsOfURL:</sel> <arg type="NSURL*">url</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="1.0.0"> <sel>needsToBeUpdatedFromPath:</sel> <arg type="NSString*">path</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSString*" ovadd="1.0.0"> <sel>preferredFilename</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="10.6.0"> <sel>readFromURL:</sel> <arg type="NSURL*">url</arg> <sel>options:</sel> <arg type="NSFileWrapperReadingOptions">options</arg> <sel>error:</sel> <arg type="NSError**">outError</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSData*" ovadd="1.0.0"> <sel>regularFileContents</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>removeFileWrapper:</sel> <arg type="NSFileWrapper*">doc</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSData*" ovadd="1.0.0"> <sel>serializedRepresentation</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setFileAttributes:</sel> <arg type="NSDictionary*">attributes</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setFilename:</sel> <arg type="NSString*">filename</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setIcon:</sel> <arg type="NSImage*">icon</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setPreferredFilename:</sel> <arg type="NSString*">filename</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSString*" ovadd="1.0.0"> <sel>symbolicLinkDestination</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSURL*" ovadd="10.6.0"> <sel>symbolicLinkDestinationURL</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="1.0.0"> <sel>updateFromPath:</sel> <arg type="NSString*">path</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="1.0.0"> <sel>writeToFile:</sel> <arg type="NSString*">path</arg> <sel>atomically:</sel> <arg type="BOOL">atomicFlag</arg> <sel>updateFilenames:</sel> <arg type="BOOL">updateFilenamesFlag</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="10.6.0"> <sel>writeToURL:</sel> <arg type="NSURL*">url</arg> <sel>options:</sel> <arg type="NSFileWrapperWritingOptions">options</arg> <sel>originalContentsURL:</sel> <arg type="NSURL*">originalContentsURL</arg> <sel>error:</sel> <arg type="NSError**">outError</arg> <desc> <em>Description forthcoming.</em> </desc> </method> </class> </chapter> </body> </gsdoc>