public class X_OCTET_Impl extends BufferImpl implements X_OCTET
BYTE_SIZE, DOUBLE_SIZE, FLOAT_SIZE, INT_SIZE, len, LONG_SIZE, SHORT_SIZE| Constructor and Description |
|---|
X_OCTET_Impl(String subtype)
The constructor is hidden as it should be created from the Connection factory method.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteArray()
Get the content of the buffer.
|
void |
setByteArray(byte[] bytes)
Set the data of the buffer.
|
clear, deserialize, getAttributeValue, getFormat, getLen, getRawData, getSubtype, getType, serialize, setAttributeValue, setRawDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLen, getSubtype, getTypepublic X_OCTET_Impl(String subtype) throws ConnectionException, org.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationException
subtype - Ignored, provided for reflective easeConnectionExceptionorg.jboss.narayana.blacktie.jatmibroker.core.conf.ConfigurationExceptionpublic void setByteArray(byte[] bytes)
setByteArray in interface X_OCTETbytes - The data to set.public byte[] getByteArray()
getByteArray in interface X_OCTETCopyright © 2018 JBoss by Red Hat. All rights reserved.