Xojo.Core.MutableMemoryBlock.Append
From Xojo Documentation
Method
Xojo.Core.MutableMemoryBlock.Append(other As Xojo.Core.MemoryBlock)
Supported for all project types and targets.
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
Appends other data as a Byte array to the end of the MemoryBlock and adjusts its size. This invalidates the Data property.
Exceptions
- NilObjectException if other is Nil.
- RuntimeException if the source MemoryBlock has an unknown size or if the other MemoryBlock has an unknown size.