public class DataQueueEntry
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Returns the data for this data queue entry.
|
java.lang.String |
getSenderInformation()
Returns the sender information for this data queue entry.
|
java.lang.String |
getString()
Returns the data for this data queue entry as a string.
|
public byte[] getData()
public java.lang.String getString() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
- If the ccsid is not supported.public java.lang.String getSenderInformation()