Protocol

MutableDataProtocol

A protocol that provides consistent data access to the bytes underlying contiguous and noncontiguous mutable data buffers. あるプロトコル、それは隣接および非隣接の可変データバッファの基礎をなしているバイトそれらへの整合性データアクセスを提供します。

Declaration 宣言

protocol MutableDataProtocol

Topics 話題

Resetting Backing Storage バッキングストレージをリセットする

Relationships 関係

Conforming Types これらの型が準拠

  • Array
    Conforms when Element is UInt8. ElementUInt8である場合に準拠します。
  • ContiguousArray
    Conforms when Element is UInt8. ElementUInt8である場合に準拠します。
  • Data

See Also 参照

Binary Data バイナリデータ