Type Property 型プロパティ

anchored

Search is limited to start (or end, if searching backwards) of the data object. 検索は、データオブジェクトの始まり(または終わり、検索が後方検索ならば)に限られます。

Declaration 宣言

static var anchored: NSData.SearchOptions { get }

Discussion 議論

This option performs searching only on bytes at the beginning of the range (or the end when using backwards). No match at the beginning or end means nothing is found, even if a matching sequence of bytes occurs elsewhere in the data object. このオプションは、範囲の始まりでのバイトに関してのみ検索を実行します(またはbackwardsが使われる場合はその終わり)。始まりまたは終わりでの合致なしは何も見つからないことを意味します、たとえ合致するバイト列がそのデータオブジェクトのどこか他で存在するとしてもです。