Xojo.Core.MutableMemoryBlock.Append

From Xojo Documentation

Method

Xojo.Core.MutableMemoryBlock.Append(other As Xojo.Core.MemoryBlock)

Supported for all project types and targets.

Appends other data as a MemoryBlock to the end of the MemoryBlock and adjusts its size. This invalidates the Data property.


Method

Xojo.Core.MutableMemoryBlock.Append(other() As Byte)

Supported for all project types and targets.

Appends other data as a Byte array to the end of the MemoryBlock and adjusts its size. This invalidates the Data property.

Exceptions