Provides a default implementation.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBByteArrayInputEvent(
NBEventInputConnector connector,
byte[] data,
long offset
)
public NBByteArrayInputEvent(
NBEventInputConnector connector,
byte[] data,
long offset
)
Public Sub New (
connector As NBEventInputConnector,
data As Byte(),
offset As Long
)
Public Sub New (
connector As NBEventInputConnector,
data As Byte(),
offset As Long
)
public:
NBByteArrayInputEvent(
NBEventInputConnector^ connector,
array<unsigned char>^ data,
long long offset
)
public:
NBByteArrayInputEvent(
NBEventInputConnector^ connector,
array<unsigned char>^ data,
long long offset
)
new :
connector : NBEventInputConnector *
data : byte[] *
offset : int64 -> NBByteArrayInputEvent
new :
connector : NBEventInputConnector *
data : byte[] *
offset : int64 -> NBByteArrayInputEvent
A range from from
data between 0 and offset will be used.