public class UTF8String_UTF_8 extends UTF8String
LENGTH, string| Constructor and Description |
|---|
UTF8String_UTF_8() |
UTF8String_UTF_8(org.jdom.Element element)
Creates a new UTF8String object from jdom element - used for xml decoding
|
UTF8String_UTF_8(LLRPBitList subList)
Creates a new UTF8String object.
|
UTF8String_UTF_8(LLRPBitList bitList,
int bitIndex,
int length) |
UTF8String_UTF_8(java.lang.String string)
Creates a new UTF8String object.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
length()
length in number of bits used to represent this type.
|
decodeBinary, decodeXML, encodeBinary, encodeXML, equals, getByteLength, hashCode, inRange, toString, toStringtoXMLStringpublic UTF8String_UTF_8()
public UTF8String_UTF_8(LLRPBitList subList)
subList - to be decodedpublic UTF8String_UTF_8(LLRPBitList bitList, int bitIndex, int length)
public UTF8String_UTF_8(org.jdom.Element element)
element - to be decodedpublic UTF8String_UTF_8(java.lang.String string)
string - to be representedCopyright © 2007 ETH Zurich.