Click or drag to resize

ProtoWriterWriteBytes 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: SystemByte
offset
Type: SystemInt32
length
Type: SystemInt32
writer
Type: ProtoBufProtoWriter
See Also