func append(UnsafeRawPointer, length: Int)
Appends to the receiver a given number of bytes from a given buffer.
レシーバにある与えられた数のバイトをある与えられたバッファから加えます。
func increaseLength (by: Int)
Increases the length of the receiver by a given number of bytes.
レシーバの長さをある与えられたバイト数によって漸増します。