Partilhar via


SegmentBuilder.Append Método

Definição

Sobrecargas

Append(ArraySegment<Byte>, Int32, Byte[])

Acrescenta uma matriz de bytes ao final do segmento

Append(ArraySegment<Byte>, Int32, String)

Acrescenta uma cadeia de caracteres ao final do segmento

Append(ArraySegment<Byte>, Int32, Byte[])

Acrescenta uma matriz de bytes ao final do segmento

public static void Append (ArraySegment<byte> segment, ref int writerOffset, byte[] bytes);
static member Append : ArraySegment<byte> * int * byte[] -> unit
Public Shared Sub Append (segment As ArraySegment(Of Byte), ByRef writerOffset As Integer, bytes As Byte())

Parâmetros

segment
ArraySegment<Byte>
writerOffset
Int32
bytes
Byte[]

Aplica-se a

Append(ArraySegment<Byte>, Int32, String)

Acrescenta uma cadeia de caracteres ao final do segmento

public static void Append (ArraySegment<byte> segment, ref int writerOffset, string str);
static member Append : ArraySegment<byte> * int * string -> unit
Public Shared Sub Append (segment As ArraySegment(Of Byte), ByRef writerOffset As Integer, str As String)

Parâmetros

segment
ArraySegment<Byte>
writerOffset
Int32
str
String

Aplica-se a