Click or drag to resize

ProtoWriter.WriteBytes Method (Byte[], Int32, Int32, ProtoWriter)

Namespace:  ProtoBuf
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void WriteBytes(
	byte[] data,
	int offset,
	int length,
	ProtoWriter writer
)

Parameters

data
Type:System.Byte[]
offset
Type: System.Int32
length
Type: System.Int32
writer
Type: ProtoBuf.ProtoWriter
See Also