Xojo.Core.MutableMemoryBlock.Left
From Xojo Documentation
Method
Xojo.Core.MutableMemoryBlock.Left(bytes As UInteger, Assigns value As Xojo.Core.MemoryBlock)
Supported for all project types and targets.
Supported for all project types and targets.
Replaces the specified number of bytes at the beginning of the MemoryBlock.
Exceptions
- NilObjectException if trying to assign a Nil MemoryBlock or Byte array.
- RuntimeException if the MemoryBlock does not have a known size.
- OutOfBoundsException if the bytes exceeds the size of the MemoryBlock.