var capacity: Int
The actual number of elements that can be stored in this object.
このオブジェクトに格納できる要素の実際の数。
var header: Header
The stored
Header
instance.
格納されたHeader
インスタンス。
var buffer: AnyObject
Returns the object instance being used for storage.
ストレージのために使われているオブジェクトインスタンスを返します。