Protocol

DataProtocol

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

Declaration 宣言

protocol DataProtocol where Self.Element == UInt8, Self.SubSequence : DataProtocol

Topics 話題

Accessing Backing Storage バッキングストレージにアクセスする

Copying Underlying Bytes 基礎をなすバイトをコピーする

Searching Within Data データ内を検索する

Relationships 関係

Inherits From 継承元

Inherited By 継承される先

Conforming Types これらの型が準拠

  • Array
    Conforms when Element is UInt8. ElementUInt8である場合に準拠します。
  • ArraySlice
    Conforms when Element is UInt8. ElementUInt8である場合に準拠します。
  • ContiguousArray
    Conforms when Element is UInt8. ElementUInt8である場合に準拠します。
  • DispatchData
  • DispatchData.Region
  • EmptyCollection
    Conforms when Element is UInt8. ElementUInt8である場合に準拠します。
  • NSData
  • Repeated
    Conforms when Element is UInt8. ElementUInt8である場合に準拠します。
  • Slice
    Conforms when Base conforms to DataProtocol. BaseDataProtocolに準拠する場合に準拠します。
  • UnsafeBufferPointer
    Conforms when Element is UInt8. ElementUInt8である場合に準拠します。
  • UnsafeRawBufferPointer

See Also 参照

Binary Data バイナリデータ