public class ByteArrayInputRecord extends InputRecord
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
VALIDATEDATA_CONSUMED, VALIDATEDATA_OK
Constructor and Description |
---|
ByteArrayInputRecord() |
Modifier and Type | Method and Description |
---|---|
void |
appendByteArray(byte[] bytes)
Call this method to append bytes to the record.
|
void |
appendByteArray(byte[] bytes,
long offset) |
getDestinationName, setException, validateData
public static final java.lang.String copyright
public ByteArrayInputRecord() throws com.ibm.broker.plugin.MbException
com.ibm.broker.plugin.MbException
public final void appendByteArray(byte[] bytes) throws com.ibm.broker.plugin.MbException
bytes
- The bytes to add to the record.com.ibm.broker.plugin.MbException
public final void appendByteArray(byte[] bytes, long offset) throws com.ibm.broker.plugin.MbException
com.ibm.broker.plugin.MbException