org.omg.dds.type.builtin
Interface KeyedBytes
- All Superinterfaces:
- java.lang.Cloneable, DDSObject, ModifiableValue<KeyedBytes,KeyedBytes>, java.io.Serializable, Value<KeyedBytes,KeyedBytes>
public interface KeyedBytes
- extends ModifiableValue<KeyedBytes,KeyedBytes>
getKey
java.lang.String getKey()
- Returns:
- the key
setKey
KeyedBytes setKey(java.lang.CharSequence key)
- Parameters:
key - the key to set
- Returns:
- this
getValue
byte[] getValue()
- Returns:
- the value
setValue
KeyedBytes setValue(byte[] value)
- Parameters:
value - the value to set
- Returns:
- this
setValue
KeyedBytes setValue(byte[] value,
int offset,
int length)
- Parameters:
value - the value to set
- Returns:
- this
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.