org.jboss.blacktie.jatmibroker.xatmi
Class X_OCTET
java.lang.Object
org.jboss.blacktie.jatmibroker.xatmi.Buffer
org.jboss.blacktie.jatmibroker.xatmi.X_OCTET
- All Implemented Interfaces:
- Serializable
public class X_OCTET
- extends Buffer
The X_OCTET buffer is used to send byte arrays in an XATMI application
- See Also:
- Serialized Form
|
Method Summary |
byte[] |
getByteArray()
Get the content of the buffer. |
void |
setByteArray(byte[] bytes)
Set the data of the buffer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setByteArray
public void setByteArray(byte[] bytes)
- Set the data of the buffer.
- Parameters:
bytes - The data to set.
getByteArray
public byte[] getByteArray()
- Get the content of the buffer.
- Returns:
- The content of the buffer.
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.