Packer.AddBytes Method

TegoOS

PackerAddBytes Method
Adds an array of bytes to the buffer.

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void AddBytes(
	byte[] data
)
Public Sub AddBytes ( 
	data As Byte()
)
public:
void AddBytes(
	array<unsigned char>^ data
)
member AddBytes : 
        data : byte[] -> unit 

Parameters

data
Type: SystemByte
Byte array to add.
See Also