NBByteArrayInputRecord AppendByteArray Method ( Byte , Int64)IBM Integration Bus
Call this method to append only offset bytes to the record.

Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public void AppendByteArray(
	byte[] data,
	long offset
)

Parameters

data
Type:  OnlineSystem Byte 
The data to be appended to the record.
offset
Type: OnlineSystem Int64
The offset into data.
Remarks

This method is called to pass the data from the event or result to the record.
See Also