iOS 基礎類解析 - NSData

來源:互聯網
上載者:User

標籤:des   style   class   code   tar   ext   

NSData Class Reference
Inherits from NSObject
Conforms to NSCopying
NSMutableCopying
NSSecureCoding
NSObject (NSObject)
Framework /System/Library/Frameworks/Foundation.framework
Availability Available in iOS 2.0 and later.
Declared in NSData.h
Companion guides Binary Data Programming Guide
Property List Programming Guide
Related sample code AdvancedURLConnectionsCryptoExerciseEADemoMVCNetworkingSimpleURLConnections
Overview

NSData and its mutable subclass NSMutableData provide data objects, object-oriented wrappers for byte buffers. Data objects let simple allocated buffers (that is, data with no embedded pointers) take on the behavior of Foundation objects.

NSData creates static data objects, and NSMutableData creates dynamic data objects. NSData and NSMutableData are typically used for data storage and are also useful in Distributed Objects applications, where data contained in data objects can be copied or moved between applications.

The size of the data is subject to a theoretical limit of about 8 ExaBytes (in practice, the limit should not be a factor).

NSData is “toll-free bridged” with its Core Foundation counterpart, CFDataRef. See “Toll-Free Bridging” for more information on toll-free bridging.

TasksCreating Data Objects
  • + data
  • + dataWithBytes:length:
  • + dataWithBytesNoCopy:length:
  • + dataWithBytesNoCopy:length:freeWhenDone:
  • + dataWithContentsOfFile:
  • + dataWithContentsOfFile:options:error:
  • + dataWithContentsOfURL:
  • + dataWithContentsOfURL:options:error:
  • + dataWithData:
  • – initWithBase64EncodedData:options:
  • – initWithBase64EncodedString:options:
  • – initWithBytes:length:
  • – initWithBytesNoCopy:length:
  • – initWithBytesNoCopy:length:deallocator:
  • – initWithBytesNoCopy:length:freeWhenDone:
  • – initWithContentsOfFile:
  • – initWithContentsOfFile:options:error:
  • – initWithContentsOfURL:
  • – initWithContentsOfURL:options:error:
  • – initWithData:
  • – initWithBase64Encoding: Deprecated in iOS 7.0
  • + dataWithContentsOfMappedFile: Deprecated in iOS 5.0
  • – initWithContentsOfMappedFile: Deprecated in iOS 5.0
Accessing Data
  • – bytes
  • – description
  • – enumerateByteRangesUsingBlock:
  • – getBytes:length:
  • – getBytes:range:
  • – subdataWithRange:
  • – rangeOfData:options:range:
  • – getBytes: Deprecated in iOS 4.0
Base-64 Encoding
  • – base64EncodedDataWithOptions:
  • – base64EncodedStringWithOptions:
  • – base64Encoding Deprecated in iOS 7.0
Testing Data
  • – isEqualToData:
  • – length
Storing Data
  • – writeToFile:atomically:
  • – writeToFile:options:error:
  • – writeToURL:atomically:
  • – writeToURL:options:error:


Copyright ? 2014 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2014-02-11




相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.