Type Alias
Data.ReferenceType
An alias for this value type's equivalent reference type.
この値型のもつ同等な参照型に対するエイリアス。
See Also
参照
Using Reference Types
参照型を使用する
class NSData
A static byte buffer that bridges to Data
; use NSData
when you need reference semantics or other Foundation-specific behavior.
静的バイトバッファ、それはData
にブリッジします;NSData
を、あなたが参照意味論または他のFoundation特有の挙動を必要とする場合に使ってください。
class NSMutableData
A dynamic byte buffer that bridges to Data
; use NSMutableData
when you need reference semantics or other Foundation-specific behavior.
動的バイトバッファ、それはData
にブリッジします;NSMutableData
を、あなたが参照意味論または他のFoundation特有の挙動を必要とする場合に使ってください。