var header: Header
The stored
Header
instance.
格納されたHeader
インスタンス。
var buffer: AnyObject
Returns the object instance being used for storage.
ストレージのために使われているオブジェクトインスタンスを返します。
func isUniqueReference () -> Bool
Returns
true
if self
holds the only strong reference to its buffer; otherwise, returns false
.
true
を返します、もしself
がそれのバッファに対する強い参照のみを保持するならば;そうでなければ、false
を返します。