Initializer

init(unsafeBufferObject:)

Manage the given buffer. 指定されたbufferを管理します。

Declaration 宣言

init(unsafeBufferObject buffer: AnyObject)

Discussion 解説

Precondition: buffer is an instance of a non-@objc class whose deinit destroys its stored Header and any constructed Elements. 前提条件:bufferは非@objcクラスのインスタンスです、それのdeinitはそれの格納されたHeaderとあらゆる構成されたElementを破棄します。

See Also 参照

Creating a Buffer バッファの作成