org.jboss.blacktie.jatmibroker.xatmi
Class X_OCTET

java.lang.Object
  extended by org.jboss.blacktie.jatmibroker.xatmi.Buffer
      extended by 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

Field Summary
 
Fields inherited from class org.jboss.blacktie.jatmibroker.xatmi.Buffer
BYTE_SIZE, DOUBLE_SIZE, FLOAT_SIZE, INT_SIZE, LONG_SIZE, SHORT_SIZE
 
Method Summary
 byte[] getByteArray()
          Get the content of the buffer.
 void setByteArray(byte[] bytes)
          Set the data of the buffer.
 
Methods inherited from class org.jboss.blacktie.jatmibroker.xatmi.Buffer
clear, getAttributeValue, getFormat, getLen, getRawData, getSubtype, getType, setAttributeValue, setRawData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.