Bearbeiten

Freigeben über


EditableStream.Insert(Byte[], Int32, Int32) Method

Definition

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

Applies to