Instance Property インスタンスプロパティ

regularFileContents

The contents of the file-system node associated with a regular-file file wrapper. 通常ファイルファイルラッパーと結び付けられるファイルシステムノードの内容。

Declaration 宣言

@property(nullable, readonly, copy) NSData *regularFileContents;

Discussion 議論

This property may contain nil if the user modifies the file after you call readFromURL:options:error: or initWithURL:options:error: but before NSFileWrapper has read the contents of the file. Use the NSFileWrapperReadingImmediate reading option to reduce the likelihood of that problem. このプロパティは、あなたがreadFromURL:options:error:またはinitWithURL:options:error:を呼び出した後にしかしNSFileWrapperがファイルの内容を読み出し終える前に、ユーザがファイルを修正するならばnilを含みます。NSFileWrapperReadingImmediate読み出しオプションを使って、その問題の可能性を減少させてください。

Special Considerations 特別な注意事項

This property raises NSInternalInconsistencyException if the file wrapper object is not a regular-file file wrapper. このプロパティは、NSInternalInconsistencyExceptionを引き起こします、もしファイルラッパーオブジェクトが通常ファイルファイルラッパーでないならば。

See Also 参照

Accessing Files ファイルにアクセスする

Related Documentation 関連文書