public abstract class KeyedBytes extends java.lang.Object implements java.lang.Cloneable, java.io.Serializable, DDSObject
Constructor and Description |
---|
KeyedBytes() |
Modifier and Type | Method and Description |
---|---|
abstract KeyedBytes |
clone() |
abstract void |
copyFrom(KeyedBytes src)
Overwrite the state of this object with that of the given object.
|
abstract java.lang.String |
getKey() |
abstract byte[] |
getValue() |
static KeyedBytes |
newKeyedBytes(ServiceEnvironment env) |
abstract KeyedBytes |
setKey(java.lang.CharSequence key) |
abstract KeyedBytes |
setValue(byte[] value) |
abstract KeyedBytes |
setValue(byte[] value,
int offset,
int length) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEnvironment
public static KeyedBytes newKeyedBytes(ServiceEnvironment env)
public abstract java.lang.String getKey()
public abstract KeyedBytes setKey(java.lang.CharSequence key)
key
- the key to setpublic abstract byte[] getValue()
public abstract KeyedBytes setValue(byte[] value)
value
- the value to setpublic abstract KeyedBytes setValue(byte[] value, int offset, int length)
value
- the value to setpublic abstract void copyFrom(KeyedBytes src)
public abstract KeyedBytes clone()
clone
in class java.lang.Object
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.