Contents

increaseLength(by:)

Increases the length of the receiver by a given number of bytes.

Declaration

func increaseLength(by extraLength: Int)

Parameters

  • extraLength:

    The number of bytes by which to increase the receiver’s length.

Discussion

The additional bytes are all set to 0.

See Also

Related Documentation

Adding Bytes