EditableStream.Insert(Byte[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the specified number of bytes at the current position in the stream. Bytes to the right of the current position will be shifted right.
public abstract void Insert (byte[] buffer, int offset, int count);
abstract member Insert : byte[] * int * int -> unit
Public MustOverride Sub Insert (buffer As Byte(), offset As Integer, count As Integer)
Parameters
- buffer
- Byte[]
The buffer to copy bytes from
- offset
- Int32
Offset in the buffer from which to begin copying bytes from
- count
- Int32
The number of bytes to insert