public class TLVValue extends OctetsValue
byteValue, byteValueLength, byteValueOffset| Constructor and Description |
|---|
TLVValue(long vendorId,
int vsaType,
AttributeList subAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(AttributeValue value) |
void |
getBytes(ByteBuffer buffer) |
int |
getLength() |
Serializable |
getValueObject() |
void |
setValue(byte[] b) |
void |
setValue(byte[] b,
int off,
int len) |
void |
setValueObject(Serializable o) |
String |
toDebugString() |
String |
toString() |
getBytes, getBytesgetBytes, setValue, toXMLStringpublic TLVValue(long vendorId,
int vsaType,
AttributeList subAttributes)
public void getBytes(ByteBuffer buffer)
getBytes in class OctetsValuepublic void copy(AttributeValue value)
copy in class OctetsValuepublic int getLength()
getLength in class OctetsValuepublic Serializable getValueObject()
getValueObject in class OctetsValuepublic void setValue(byte[] b)
setValue in class OctetsValuepublic void setValue(byte[] b,
int off,
int len)
setValue in class OctetsValuepublic void setValueObject(Serializable o)
setValueObject in class OctetsValuepublic String toDebugString()
toDebugString in class OctetsValuepublic String toString()
toString in class OctetsValueCopyright © 2017. All rights reserved.