Instance Property インスタンスプロパティ

length

The number of bytes contained in the mutable data object. 可変データオブジェクトによって含まれるバイト数。

Declaration 宣言

var length: Int { get set }

Discussion 議論

The mutable data object’s length parameter is read-writeable. You can set this parameter to expand or truncate the number of bytes contained by the data object. If the mutable data object is expanded, the additional bytes are filled with zeros. 可変データオブジェクトのもつ length パラメータは、読み書き両用です。あなたはこのパラメータを設定することで、データオブジェクトによって含まれるバイト数を拡張または切詰めることができます。可変データオブジェクトが拡張されるならば、追加のバイトはゼロで満たされます。

See Also 参照

Related Documentation 関連文書